Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/proc/tools/deps/cliffy.ts>ArgumentValue

A better way to work with processes in Deno.
Go to Latest
interface ArgumentValue
Re-export
import { type ArgumentValue } from "https://deno.land/x/proc@0.21.8/tools/deps/cliffy.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.