Skip to main content
Module

x/cliffy/command/types.ts>ArgumentValue

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
interface ArgumentValue
Re-export
import { type ArgumentValue } from "https://deno.land/x/cliffy@v1.0.0-rc.3/command/types.ts";

Argument parsing informations.

Properties

label: string

A lable/name which describes the kind of argument, e.g: Option.

type: ArgumentType | string

The type of the argument.

name: string

The name of the argument.

value: string

The value of the argument.