Skip to main content
Module

x/drollup/deps.ts>Command#useRawArgs

Next-generation ES module bundler ported for Deno
Latest
method Command.prototype.useRawArgs
Re-export
import { Command } from "https://deno.land/x/drollup@2.58.0%2B0.20.0/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>