Skip to content

Interface CommandNode

Source: shellAST.ts

Represents a basic shell command to be executed.

Extends

Properties

redirections?

optional redirections?: 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

BaseRedirectionNode.type


args

args: Argument[]

The individual arguments of the command, each potentially containing expansions.

Built by Prozilla