Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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