summary
- Command ReferenceDefines a summary help text for a command
summary
define help text for a command. This is effectively like a tooltip message that appears, by default, in blue in the interactive shell.
Normally this text is populated from the man
pages or murex-docs
, however if neither exist or if you wish to override their text, then you can use summary
to define that text.
Define a commands summary
summary command description
Undefine a summary
!summary command
Define a commands summary
» summary: foobar "Hello, world!"
» runtime: --summaries -> [ foobar ]
Hello, world!
Undefine a summary
» !summary: foobar
summary
!summary
bexists
: Check which builtins existbuiltins
: Returns runtime information on the internal state of Murexconfig
: Query or define Murex runtime settingsexec
: Runs an executablefid-list
: Lists all running functions within the current Murex sessionmurex-docs
: Displays the man pages for Murex builtinsmurex-update-exe-list
: Forces Murex to rescan $PATH looking for exectablesruntime
: Returns runtime information on the internal state of MurexThis 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 Fri May 19 22:45:48 UTC 2023 against commit 54b5f6754b5f67b250bbf7353e83c42ed187802584c3ae3.
Current version is 4.1.6140 which has been verified against 14045 tests cases.