Expand description
Shared types: ParsedPipeline, ShellSegment, Operator, Redirection.
Types produced by the shell parser and consumed by the eval layer.
Structs§
- Parsed
Pipeline - A fully decomposed compound command: segments interleaved with operators.
- Redirection
- Describes an output redirection that may mutate filesystem state.
- Shell
Segment - A single evaluable command within a compound pipeline.
Enums§
- Operator
- Shell operator separating consecutive pipeline segments.