Module

x/lume/deps/cliffy.ts>Command#getGlobalParent

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
method Command.prototype.getGlobalParent
import { Command } from "https://dotland.deno.dev/x/lume@v2.2.1/deps/cliffy.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