Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/opinecli/deps.ts>Command#getGlobalParent

Opine's application generator
Latest
method Command.prototype.getGlobalParent
Re-export
import { Command } from "https://deno.land/x/opinecli@2.0.0/deps.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 | undefined