`` multimethod

Methods

``(cp:CommandsPipeline) Source: stdlib.ngs:6507
Get command standard output. Similar to bash. Does not strip trailing new line character(s) `line:true my_command` will return the first line, stripping trailing new line character(s)

Automatically called by NGS for syntax

`my_command` , `my_command | my_other_command`