Interface AssignmentNode
Source: shellAST.ts
Represents an assignment of an environment variable.
Extends
Properties
type
type:
Assignment
The type of this node.
Overrides
name
name:
string
The name of the environment variable to assign.
value
value:
Argument
The value to assign to the variable.