Skip to content

@nogoo9/mcp-server-cloud-fs / tools/shell/parser / ParsedPipeline

Interface: ParsedPipeline

Defined in: tools/shell/parser.ts:22

Properties

inputRedirect

inputRedirect: Redirect | null

Defined in: tools/shell/parser.ts:25

Input redirection (< file) applies to the first stage.


outputRedirect

outputRedirect: Redirect | null

Defined in: tools/shell/parser.ts:27

Output redirection (> file or >> file) applies to the last stage.


stages

stages: PipelineStage[]

Defined in: tools/shell/parser.ts:23

Released under the PolyForm Shield 1.0.0 License.