(yargs: Argv)
| 9 | const describe = 'edge-specific commands' |
| 10 | |
| 11 | const builder = (yargs: Argv): Argv => |
| 12 | yargs.epilog(buildEpilog({ command })) |
| 13 | |
| 14 | const handler = (): void => { |
| 15 | // Handler is required by yargs but we leave it empty because `edge` is only a topic. |
nothing calls this directly
no test coverage detected