Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
method Command.prototype.removeCommand
Re-export
import { Command } from "https://deno.land/x/lume@v1.15.1/deps/cliffy.ts";

Remove sub-command by name or alias.

Parameters

name: string

Name or alias of the command.

Returns

Command<any> | undefined