method Command.prototype.executeimport { Command } from "https://dotland.deno.dev/x/cliffy@v0.23.2/command/command.ts"; execute(options: Record<string, unknown>, ...args: Array<unknown>): Promise<IParseResult>Execute command. Parametersoptions: Record<string, unknown>A map of options. ...args: Array<unknown>Command arguments. ReturnsPromise<IParseResult>