| 1 | #!/usr/bin/env node |
| 2 | |
| 3 | // This example shows global options on the program which affect all the subcommands. |
| 4 | // See how to work with global options in the subcommand and display them in the help. |
nothing calls this directly
no test coverage detected