| 110 | type Context = RecordAny; |
| 111 | |
| 112 | interface Command extends CommanderCommand { |
| 113 | pkg?: string; |
| 114 | forHelp?: boolean; |
| 115 | context: Context; |
| 116 | } |
| 117 | |
| 118 | interface CommandOptions< |
| 119 | A = void, |
nothing calls this directly
no outgoing calls
no test coverage detected