Function: runCli()
runCli(
argv):Promise<void>
Parse argv (a process.argv) and run the matching command.
Parameters
Section titled “Parameters”string[]
Returns
Section titled “Returns”Promise<void>
runCli(
argv):Promise<void>
Parse argv (a process.argv) and run the matching command.
string[]
Promise<void>