Module

x/cliffy/mod.ts>ArgumentValue

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
interface ArgumentValue
import { type ArgumentValue } from "https://dotland.deno.dev/x/cliffy@v0.25.5/mod.ts";

Type details.

Properties

label: string
type: string
name: string
value: string
label: string
type: string
name: string
value: string
import ArgumentValue
import { ArgumentValue } from "https://dotland.deno.dev/x/cliffy@v0.25.5/mod.ts";