Hook for extending a command before it is run in the cli.run command. Most common use case would be to extend availableOptions. @method beforeRun @return {Promise|null}
()
| 262 | @return {Promise|null} |
| 263 | */ |
| 264 | beforeRun() {}, |
| 265 | |
| 266 | /** |
| 267 | @method validateAndRun |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…