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