Skip to main content
Module

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

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
method Command.prototype.arguments
import { Command } from "https://deno.land/x/cliffy@v0.24.2/command/command.ts";

Set command arguments:

requiredArg:string [optionalArg: number] [...restArgs:string]

Type Parameters

A extends TypedArguments<N, Merge<CPT, Merge<CGT, CT>>>
optional
N extends string = string

Returns

Command<CPG, CPT, CO, A, CG, CT, CGT, CP>