Module

x/wmill/deps.ts>Command#getGlobalCommand

Open-source developer platform to turn scripts into workflows and UIs. Fastest workflow engine (5x vs Airflow). Open-source alternative to Airplane and Retool.
Go to Latest
method Command.prototype.getGlobalCommand
import { Command } from "https://dotland.deno.dev/x/wmill@v1.346.2/deps.ts";

Get global command by name or alias.

Type Parameters

TCommand extends Command<any>

Parameters

name: string

Name or alias of the command.

optional
hidden: boolean

Include hidden commands.

Returns

TCommand | undefined