Module

x/wmill/deps.ts>Command#useRawArgs

Open-source developer platform to turn scripts into workflows and UIs. Fastest workflow engine (5x vs Airflow). Open-source alternative to Airplane and Retool.
Go to Latest
method Command.prototype.useRawArgs
import { Command } from "https://dotland.deno.dev/x/wmill@v1.346.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<void, void, void, Array<string>, void, void, void, TParentCommand>