version
Less than 1 minute
version
Get Murex version
Description
Returns Murex version number
Usage
version [ flags ] -> <stdout>
Examples
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
Flags
--no-app-name
Returns full version string minus app name--short
Returns only the major and minor version as anum
data-type
See Also
args
: 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 block