Module

x/lume/deps/cliffy.ts>Command#removeCommand

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
method Command.prototype.removeCommand
import { Command } from "https://dotland.deno.dev/x/lume@v2.2.1/deps/cliffy.ts";

Remove sub-command by name or alias.

Parameters

name: string

Name or alias of the command.

Returns

Command<any> | undefined