method Command.prototype.getGlobalParentimport { Command } from "https://dotland.deno.dev/x/cliffy@v0.15.0/command/mod.ts"; getGlobalParent(): Command | undefinedGet 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. ReturnsCommand | undefined