Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/argon2/cli/deps.ts>Command#getGlobalParent

Argon2 encryption library for Deno
Latest
method Command.prototype.getGlobalParent
Re-export
import { Command } from "https://deno.land/x/argon2@v0.9.2/cli/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