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

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

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

Set default command. The default command is executed when the program was called without any argument and if no action handler is registered.

Parameters

name: string

Name of the default command.