Skip to content

Interface PipelineNode

Source: shellAST.ts

Represents a sequence of commands where the output of one is piped to the next.

Extends

Properties

redirections?

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

BaseRedirectionNode.type


commands

commands: ExecutableNode[]

A list of executable nodes where the stdout of one is connected to the stdin of the next.

Built by Prozilla