Types

Command

Methods

$()(c:Command)
Execute an external command. Waits for the command to finish unless "&" is specified.
$()(c:Command)
Enables "nofail" command prefix.
%()(c:Command)
Returns c, wihout any processing. Convenient way to pass ready-to-run Command as an argument
``(c:Command)
Get command standard output. Similar to bash.
````(c:Command)
Get command standard output and parse() it.
init(p:Process, c:Command)
Process constructor
run(r:Res, log_pfx:Str, cmd:Command)
run(rd:ResDef, log_pfx:Str, cmd:Command)