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
-
<pre><code>» exec: false
Error in `exec` (1,1): exit status 1</code></pre>
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
->
) Token: Pipes STDOUT from the left hand command to STDIN of the right hand command|
) Token: Pipes STDOUT from the left hand command to STDIN of the right hand commandmethod
: Define a methods supported data-typesruntime
: 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 Tue Jan 31 12:58:18 UTC 2023 against commit c6bc4d8c6bc4d8f96c958dcb16d78e66d89468aef288078.
Current version is which has been verified against 13941 tests cases.