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

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

Argon2 encryption library for Deno
Latest
method Command.prototype.getBaseCommand
Re-export
import { Command } from "https://deno.land/x/argon2@v0.9.2/cli/deps.ts";

Get base command by name.

Parameters

name: string

Name of the command.

optional
hidden: boolean

Include hidden commands.

Returns

Command | undefined