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-nameReturns full version string minus app name--shortReturns only the major and minor version as anumdata-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