* Initialize the command after the input has been bound and before the input is validated. * * @returns {Promise } * @memberof Command
()
| 163 | * @memberof Command |
| 164 | */ |
| 165 | public async initialize(): Promise<void> { |
| 166 | // Do nothing... |
| 167 | } |
| 168 | |
| 169 | /** |
| 170 | * Interact with the user. |
nothing calls this directly
no outgoing calls
no test coverage detected