method Command.prototype.executeimport { Command } from "https://dotland.deno.dev/x/cliffy@v0.19.0/mod.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>>