| 1 | import { Command } from 'commander'; |
| 2 | |
| 3 | // By default the subcommand list includes a fairly simple usage. If you have added a custom usage |
| 4 | // to the subcommands you may wish to configure the help to show these instead. |
nothing calls this directly
no test coverage detected