Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/opinecli/deps.ts>Command#removeCommand

Opine's application generator
Latest
method Command.prototype.removeCommand
Re-export
import { Command } from "https://deno.land/x/opinecli@2.0.0/deps.ts";

Remove sub-command by name or alias.

Parameters

name: string

Name or alias of the command.

Returns

Command | undefined