(event_emitter)
| 271 | |
| 272 | |
| 273 | def register_param_shorthand_parser(event_emitter): |
| 274 | event_emitter.register( |
| 275 | 'process-cli-arg', |
| 276 | ParamShorthandParser(), |
| 277 | ) |
| 278 | |
| 279 | |
| 280 | class ParamShorthand: |
nothing calls this directly
no test coverage detected