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

x/powar/deps.ts>cliffy.ArgumentValue

A simple but powerful TypeScript-based dot-file manager.
Go to Latest
interface cliffy.ArgumentValue
Re-export
import { type cliffy } from "https://deno.land/x/powar@1.0.3/deps.ts";
const { ArgumentValue } = cliffy;

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.