Skip to main content
Module

x/create_react_app/deps.ts>cli

Create React App with Deno
Latest
namespace cli
import { cli } from "https://deno.land/x/create_react_app@v0.1.2/deps.ts";

Classes

Completion list type.

Boolean type with auto completion. Allows true, false, 0 and 1.

String type with auto completion of child command names.

Generates shell completion scripts for various shell's.

Generates well formatted and colored help output for specified command.

Number type.

String type. Allows any value.

c
cli.Type
abstract

Base class for custom types.

A validation error is thrown when the command is wrongly used by the user. For example: If the user passes some invalid options or arguments to the command.

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 details.

Type options.

Type Aliases

Action handler for commands and options.

Type parser method.

Default flag value

Description handler.

Value handler for custom value processing.

Help callback method to print the help. Invoked by the --help option and help command and the .getHelp() and .showHelp() method's.

Custom type handler/parser.