github.com/lmorg/murex@v0.0.0-20240217211045-e081c89cd4ef/gen/variables/MUREX_ARGV_doc.yaml (about) 1 - DocumentID: murex_argv 2 Title: >- 3 `MUREX_ARGV` (json) 4 CategoryID: variables 5 Summary: >- 6 Array of the command name and parameters passed to the current shell 7 Description: |- 8 `MUREX_ARGV` returns an array of the command name and parameters passed to 9 the current running Murex shell 10 Examples: |- 11 ``` 12 ยป murex -trypipe -c '$MUREX_ARGV' 13 [ 14 "murex", 15 "-trypipe", 16 "-c", 17 "$MUREX_ARGV" 18 ] 19 ``` 20 Detail: 21 Synonyms: 22 - murex_argv 23 - MUREX_ARGV 24 - MUREX_ARGS 25 Related: 26 - params 27 - argv 28 - murex_exe 29 - json 30 - array