| 40 | * Exported for testing purposes. |
| 41 | */ |
| 42 | export class RegexParsedCommand_DEPRECATED implements IParsedCommand { |
| 43 | readonly originalCommand: string |
| 44 | |
| 45 | constructor(command: string) { |
nothing calls this directly
no outgoing calls
no test coverage detected