github.com/lmorg/murex@v0.0.0-20240217211045-e081c89cd4ef/builtins/core/management/version_doc.yaml (about) 1 - DocumentID: version 2 Title: >+ 3 `version` 4 CategoryID: commands 5 Summary: >- 6 Get Murex version 7 Description: |- 8 Returns Murex version number 9 Usage: |- 10 ``` 11 version [ flags ] -> <stdout> 12 ``` 13 Examples: |- 14 Ran without any parameters 15 16 ``` 17 » version 18 murex: 0.51.1200 BETA 19 ``` 20 21 Ran with the `--no-app-name` parameter 22 23 ``` 24 » version --no-app-name 25 0.51.1200 BETA 26 ``` 27 28 Ran with the `--short` parameter 29 30 ``` 31 » version --short 32 0.51 33 ``` 34 Flags: 35 --short: >- 36 Returns only the major and minor version as a `num` data-type 37 --no-app-name: >- 38 Returns full version string minus app name 39 Detail: 40 Synonyms: 41 Related: 42 - config 43 - runtime 44 - function 45 - private 46 - murex-parser 47 - source 48 - autocomplete 49 - args