Interface CommandNode
Source: shellAST.ts
Represents a basic shell command to be executed.
Extends
Properties
redirections?
optionalredirections?:RedirectionNode[]
An optional list of redirections to apply to this execution unit.
Inherited from
BaseRedirectionNode.redirections
type
type:
Command
The type of this node.
Overrides
args
args:
Argument[]
The individual arguments of the command, each potentially containing expansions.