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

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

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

Execute command.

Parameters

options: PG & CG & CO

A map of options.

...args: CA

Command arguments.

Returns

Promise<IParseResult<CO, CA, CG, PG, P>>