method Command.prototype.parseRe-exportimport { Command } from "https://deno.land/x/opinecli@2.0.0/deps.ts"; parse(args?: string[]): Promise<IParseResult<CO, CA, CG, PG, P>>Parse command line arguments and execute matched command. Parametersoptionalargs: string[] = [UNSUPPORTED]Command line args to parse. Ex: cmd.parse( Deno.args ) ReturnsPromise<IParseResult<CO, CA, CG, PG, P>>