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

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

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

Disable parsing arguments. If enabled the raw arguments will be passed to the action handler. This has no effect for parent or child commands. Only for the command on which this method was called.

Parameters

optional
useRawArgs = [UNSUPPORTED]

Enable/disable raw arguments.

Returns

Command<CO, Array<string>, CG, PG, P>