Searched refs:parseAsync (Results 1 – 4 of 4) sorted by relevance
695 parseAsync(argv?: readonly string[], options?: ParseOptions): Promise<this>;
44 - [.parse() and .parseAsync()](#parse-and-parseasync)665 You may supply an `async` action handler, in which case you call `.parseAsync` rather than `.parse`.674 await program.parseAsync(process.argv);724 The callback hook can be `async`, in which case you call `.parseAsync` rather than `.parse`. You ca…945 ### .parse() and .parseAsync()
933 async parseAsync(argv, parseOptions) { method in Command
4 …=this._prepareUserArgs(e,t);return this._parseCommand([],n),this}async parseAsync(e,t){const n=thi… method in t.detachNode.d