method Command.prototype.removeCommandimport { Command } from "https://dotland.deno.dev/x/cliffy@v0.15.0/command/mod.ts"; removeCommand<O = any>(name: string): Command<O> | undefinedRemove sub-command with given name. Type ParametersoptionalO = anyParametersname: stringName of the command. ReturnsCommand<O> | undefined