| 33 | } |
| 34 | |
| 35 | export interface ParsedCommand { |
| 36 | cmd: string; |
| 37 | demanded: Positional[]; |
| 38 | optional: Positional[]; |
| 39 | } |
| 40 | |
| 41 | export interface Positional { |
| 42 | cmd: NotEmptyArray<string>; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…