Skip to main content
Module

x/mod/deps.ts>Command#removeCommand

Simple Command Line Interface to create Deno module entrypoints, CI, config and more.
Latest
method Command.prototype.removeCommand
Re-export
import { Command } from "https://deno.land/x/mod@v2.3.9/deps.ts";

Remove sub-command by name or alias.

Parameters

name: string

Name or alias of the command.

Returns

Command | undefined