method Command.prototype.executeRe-exportimport { Command } from "https://deno.land/x/commit_genius@v0.4.0/deps.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>