method Command.prototype.removeCommandRe-exportimport { Command } from "https://deno.land/x/lume@v1.18.4/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