(private program: Command, private spec = {} as ISpec)
| 10 | |
| 11 | class Help { |
| 12 | constructor(private program: Command, private spec = {} as ISpec) {} |
| 13 | async init() { |
| 14 | const argv = process.argv.slice(2); |
| 15 | const { _: raw } = parseArgv(argv); |
nothing calls this directly
no outgoing calls
no test coverage detected