method Command.prototype.removeCommandimport { Command } from "https://dotland.deno.dev/x/lume@v2.4.2/deps/cliffy.ts"; removeCommand(name: string): Command<any> | undefinedRemove sub-command by name or alias. Parametersname: stringName or alias of the command. ReturnsCommand<any> | undefined