Builds the command.
(argv: Argv)
| 14 | |
| 15 | /** Builds the command. */ |
| 16 | function builder(argv: Argv) { |
| 17 | return addGithubTokenOption(argv); |
| 18 | } |
| 19 | |
| 20 | /** Handles the command. */ |
| 21 | async function handler() { |
nothing calls this directly
no test coverage detected