* Add a global example. * * This example added here will not be used by sub-commands.
(example: CommandExample)
| 121 | * This example added here will not be used by sub-commands. |
| 122 | */ |
| 123 | example(example: CommandExample): this { |
| 124 | this.globalCommand.example(example) |
| 125 | return this |
| 126 | } |
| 127 | |
| 128 | /** |
| 129 | * Output the corresponding help message |
no outgoing calls
no test coverage detected