Skip to main content

Module types

Module types 

Source
Expand description

Shared types: ParsedPipeline, ShellSegment, Operator, Redirection. Types produced by the shell parser and consumed by the eval layer.

Structs§

ParsedPipeline
A fully decomposed compound command: segments interleaved with operators.
Redirection
Describes an output redirection that may mutate filesystem state.
ShellSegment
A single evaluable command within a compound pipeline.

Enums§

Operator
Shell operator separating consecutive pipeline segments.