Owner manual

shell:display
Sets the default display/formatting.
Syntax
shell:display [options] displayType (flavor)
Options
(See
help –-all for details on all other options.)
Arguments
displayType Formatting or display type (see Common Options for details)
flavor Flavor of the display type, if available
shell:each
Executes a closure on a list of arguments. See also Filtering Output in Other Functionality earlier in
this guide.
Syntax
shell:each [options] values function
Options
--arg <list> Additional arguments to pass to the function (numbered $2 and up).
--flatten or -f Flatten nested lists of results into a single output list.
--threads or -t <integer>
Number of threads (parallel threads implied)
--parallel or -p <string>
Use one thread for each item (unless
--threads is provided as well).
--timeout or -t <integer>
Timeout for parallel activity, in seconds.
--nulls or -n Include nulls in results (by default nulls are discarded).
--rule or -r <integer>
Send results from each completed iteration to the rule system.
--sort <property> Sort the output, using the specified Property name to sort on.
129