repl.txt (506B)
1 2 {{alias}} 3 An array containing command-line arguments passed when launching the calling 4 process. 5 6 The first element is the absolute pathname of the executable that started 7 the calling process. 8 9 The second element is the path of the executed file. 10 11 Any additional elements are additional command-line arguments. 12 13 In browser environments, the array is empty. 14 15 Examples 16 -------- 17 > var execPath = {{alias}}[ 0 ] 18 e.g., /usr/local/bin/node 19 20 See Also 21 -------- 22