method Command.prototype.removeCommandRe-exportimport { Command } from "https://deno.land/x/commit_genius@v0.4.1/deps.ts"; removeCommand(name: string): Command<any> | undefinedRemove sub-command by name or alias. Parametersname: stringName or alias of the command. ReturnsCommand<any> | undefined