Module

x/cliffy/command.ts>IArgumentDetails

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

Argument details.

Properties

name: string

Argument name.

action: string

Shell completion action.

type: OptionType | string

Arguments type.

import IArgumentDetails
import { IArgumentDetails } from "https://dotland.deno.dev/x/cliffy@v0.6.0/command.ts";