Module

x/cliffy/command/mod.ts

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
import * as mod from "https://dotland.deno.dev/x/cliffy@v0.15.0/command/mod.ts";

Classes

Base command implementation without pre configured command's and option's.

Generates source code for interactive shell completions used in multiple shell's.

Generates well formatted and colored help output for specified command.

c
Type
abstract

Interfaces

Argument details.

Command option options.

Completion options.

Completion settings.

Environment variable settings.

Environment variable options

Example settings.

Command option settings.

Result of cmd.parse() method.

Type settings.

Type options.

Type Aliases

Action handler for commands and options.

Type parser method.

Default flag value

Description handler.

Value handler for custom value processing.

Custom type handler/parser.