Commit 47c598f
Test
feat(parser): add Pipeline variant to Command enum (Phase 6 M3 Component 3)
- Add Command::Pipeline with stages and redirects
- Each stage is (program, args) pair
- Final redirections apply to last stage only
Part of Phase 6 Milestone 3: Pipeline implementation1 parent d643b21 commit 47c598f
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
119 | 128 | | |
120 | 129 | | |
121 | 130 | | |
| |||
0 commit comments