This release includes significant changes to the interactive terminal
This release brings some major improvements to the discoverability of commands and their parameters in the interactive terminal.
method
. This is used to help turn some
commands into a “method”, similar in concept to object orientated
development where the tab- completer will return a list of other
commands that are compatible with the formers output data types. It’s
purely an autocompletion tool and has no effect in shell
scripts.|
will show all available aliases, functions,
builtins and external commands, as usual->
will default to showing only compatible
commands defined in method
(see above), however if no
methods are found then ->
will fall back to suggesting
all available aliases, functions, builtins and external commands, like
|
.The idea here is for ->
to surface commands that are
commonly expected to be pipelined together but without forcing the user
to pause and remember which token exposes what commands. While
|
is still available for familiarity
-
» exec: false
Error in `exec` (1,1): exit status 1
Index()
([
) now returns a different
data type from the root object if the element is a string, integer,
float64, boolean or nil (issue
#316)runtime
was missing a few flags for reporting
supported data types against the newer APIs*
/ generic
) to include
two spaces between columns when marshalledv2.2.1200
(issue
#362)hcl
and bson
types now use
ReadArray
templates so their behavior should mimic JSON and
YAML|
,
->
, =>
, ?
) is usedPublished: 26.09.2021 at 11:33
method
): Define a methods supported data-typesruntime
): Returns runtime information on the internal
state of Murex->
Arrow Pipe:
Pipes stdout from the left hand command to stdin of the right hand
command|
POSIX Pipe:
Pipes stdout from the left hand command to stdin of the right hand
commandThis document was generated from gen/changelog/v2.3_doc.yaml.
This 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 Wed Jan 15 23:07:50 UTC 2025 against commit b4c4296b4c429617fd41527ea0efef33c52c15ef2b64972.
Current version is 6.4.2063 (develop) which has been verified against tests cases.