Function: runCli()
runCli(
argv):Promise<void>
Parse argv and run the matching command. Throws CommanderError on flag errors.
Parameters
Section titled “Parameters”string[]
Returns
Section titled “Returns”Promise<void>
runCli(
argv):Promise<void>
Parse argv and run the matching command. Throws CommanderError on flag errors.
string[]
Promise<void>