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