Skip to main content
Module

x/alfredo/deps.ts>Command#getGlobalParent

Your Alfred workflows on steroids with Deno
Latest
method Command.prototype.getGlobalParent
Re-export
import { Command } from "https://deno.land/x/alfredo@0.4.3/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<any> | undefined