Module

x/cliffy/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.9.0/mod.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:

c
GenericInput
abstract
c
GenericList
abstract
c
GenericPrompt
abstract
c
Type
abstract

Variables

Render image.

Render link.

Functions

Find option by name.

Check if option has name or alias.

Normalize command line arguments.

Parse command line arguments.

Validate flags.

Interfaces

Argument details.

Command settings.

Environment variable setting's.

Example setting's.

Flag argument definition.

Flag settings.

Parse result.

Command option setting's.

Parse settings.

Result of cmd.parse().

Type option's.

Type option's.