Skip to main content
Module

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

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

Get parent command from global executed command. Be sure, to call this method only inside an action handler. Unless this or any child command was executed, this method returns always undefined.

Returns

Command<any> | undefined