()
| 21 | export interface IParsedCommand { |
| 22 | readonly originalCommand: string |
| 23 | toString(): string |
| 24 | getPipeSegments(): string[] |
| 25 | withoutOutputRedirections(): string |
| 26 | getOutputRedirections(): OutputRedirection[] |
no outgoing calls
no test coverage detected