Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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

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

Set command arguments:

requiredArg:string [optionalArg: number] [...restArgs:string]

Type Parameters

optional
A extends Array<unknown> = CA

Parameters

args: string

Returns

Command<CO, A, CG, PG, P>