CmdLang
Language interface for making commands.
Important syntax of the language used in command line or shell are captured so that CmdBuilder can use them in a language-agnostic manner.
Inheritors
Types
Properties
Link copied to clipboard
Default exitcode of a variable if stage execution timed out.
Link copied to clipboard
Heredoc with certain delimiters under this CmdLang.
Functions
Link copied to clipboard
Command building combinators to pipe contents from previously saved Var.baseName's stdout/stderr.
Link copied to clipboard
Command building combinator to make heredocs normally. Usually to be registed into a Var
or piped into other commands.
Link copied to clipboard
Command building combinator to make heredocs and then have a command to pipe the heredoc into. Usually to be registed into a Var
or piped into other commands.