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

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

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

Set internal command pointer to child command with given name.

Type Parameters

optional
O extends Record<string, unknown> | void = any
optional
A extends Array<unknown> = any
optional
G extends Record<string, unknown> | void = any

Parameters

name: string

The name of the command to select.

Returns

Command<O, A, G, PG, P>