Documentation ¶
Overview ¶
Package templatedcmd allows expanding command-lines via a simple template-expansion process.
For example the user might wish to run a command with an argument like so:
command {}
But we also support expanding the input into fields, and selecting only a single one, as per:
$ echo "one two" | echo {1} # -> "one"
All arguments are available via "{}" and "{N}" will refer to the Nth field of the given input.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.