Skip to main content
Module

x/cliffy/command/command.ts>Command#getGlobalCommand

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
method Command.prototype.getGlobalCommand
import { Command } from "https://deno.land/x/cliffy@v0.24.2/command/command.ts";

Get global command by name or alias.

Type Parameters

C extends Command<any>

Parameters

name: string

Name or alias of the command.

optional
hidden: boolean

Include hidden commands.

Returns

C | undefined