Interface PipelineNode
Source: shellAST.ts
Represents a sequence of commands where the output of one is piped to the next.
Extends
Properties
redirections?
optionalredirections?:RedirectionNode[]
An optional list of redirections to apply to this execution unit.
Inherited from
BaseRedirectionNode.redirections
type
type:
Pipeline
The type of this node.
Overrides
commands
commands:
ExecutableNode[]
A list of executable nodes where the stdout of one is connected to the stdin of the next.