Skip to main content
Latest
method cli.Command.prototype.useRawArgs
Re-export
import { cli } from "https://deno.land/x/create_react_app@v0.1.2/deps.ts";
const { Command } = cli;

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>