version
Get murex version
Returns murex version number
version [ flags ] -> <stdout>
Ran without any parameters
» version
murex: 0.51.1200 BETA
Ran with the --no-app-name
parameter
» version --no-app-name
0.51.1200 BETA
Ran with the --short
parameter
» version --short
0.51
--no-app-name
Returns full version string minus app name--short
Returns only the major and minor version as a num
data-typeargs
: Command line flag parser for murex shell scriptingautocomplete
: Set definitions for tab-completion in the command lineconfig
: Query or define murex runtime settingsfunction
: Define a function blockmurex-parser
: Runs the murex parser against a block of codeprivate
: Define a private function blockruntime
: Returns runtime information on the internal state of murexsource
: Import murex code from another file of code blockThis site's content is rebuilt automatically from murex's source code after each merge to the master
branch. Downloadable murex binaries are also built with the website.
Last built on Mon Feb 13 09:18:06 UTC 2023 against commit f339958f33995895c1d997efcdbb8408d2c8d45f8b5f934.
Current version is which has been verified against 13950 tests cases.