(cmd: CommandConstructor)
| 91 | } |
| 92 | |
| 93 | function makeTree(cmd: CommandConstructor): CommandTree { |
| 94 | return { cmd: { command: cmd, subcommands: {} } } |
| 95 | } |
| 96 | |
| 97 | describe('run() catch routing', () => { |
| 98 | it('routes BaseError to human format with semantic exit code', async () => { |