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