Module

x/cliffy/command.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.3.0/command.ts";

Classes

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

A command with pre configured command's and option's:

A command with pre configured command's and option's:

Interfaces

Command map.

Argument details.

Command settings.

Environment variable setting's.

Example setting's.

Result of cmd.parse().

Command option setting's.

Type Aliases

Action handler.

Map of type's.