Skip to main content
Module

x/cliffy/command/command.ts>Command#useRawArgs

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
method Command.prototype.useRawArgs
import { Command } from "https://deno.land/x/cliffy@v0.24.2/command/command.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<void, void, void, Array<string>, void, void, void, CP>