* Show version number when `-v, --version` flags appear. *
(version: string, customFlags = '-v, --version')
| 110 | * |
| 111 | */ |
| 112 | version(version: string, customFlags = '-v, --version'): this { |
| 113 | this.globalCommand.version(version, customFlags) |
| 114 | this.showVersionOnExit = true |
| 115 | return this |
| 116 | } |
| 117 | |
| 118 | /** |
| 119 | * Add a global example. |
no outgoing calls
no test coverage detected