Appearance
CommandSubstitutionNode
Source: shellAST.ts
Represents a node that gets replaced with the output of a block of code.
BaseNode
type: CommandSubstitution
CommandSubstitution
The type of this node.
BaseNode.type
type
content: Block
Block
The node to execute for substitution.