Command type
Methods
- $()(c:Command) Source: stdlib.ngs:4683
Run a process, described by the command c
- $()(c:Command) Source: stdlib.ngs:4923
Enables "nofail" command prefix. Example
test $(nofail ./NONE).exit_code.echo() # Would cause exception without "nofail"
- init(p:Process, c:Command) Source: stdlib.ngs:4545
Process constructor. Initializes fields.