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 Thu May 26 22:49:43 UTC 2022 against commit 59e27bb59e27bb1013043fc4a940cf9a2767c63f31dad2c.
Current version is 2.8.2100 which has been verified against 15889 tests cases.