method Command.prototype.executeRe-exportimport { Command } from "https://deno.land/x/opinecli@2.0.0/deps.ts"; execute(options: PG & CG & CO, ...args: CA): Promise<IParseResult<CO, CA, CG, PG, P>>Execute command. Parametersoptions: PG & CG & COA map of options. ...args: CACommand arguments. ReturnsPromise<IParseResult<CO, CA, CG, PG, P>>