summary
Less than 1 minute
summary
Defines a summary help text for a command
Description
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.
Usage
Define a commands summary
summary command description
Undefine a summary
!summary command
Examples
Define a commands summary
» summary: foobar "Hello, world!"
» runtime: --summaries -> [ foobar ]
Hello, world!
Undefine a summary
» !summary: foobar
Synonyms
summary
!summary
See Also
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 executablesruntime
: Returns runtime information on the internal state of Murex