Skip to main content
Module

x/enzastdlib/commands/mod.ts

enzastdlib is a set of TypeScript modules that follow a common design API philosophy aiming at sane defaults and ease-of-use targeting the Deno TypeScript runtime.
Latest
import * as enzastdlib from "https://deno.land/x/enzastdlib@v0.0.4/commands/mod.ts";

Variables

Represents the process exit coded that are reserved by @enzastdlib/commands when calling sub commands.

Associates a JSONSchemaObject value with the function.

Functions

Makes a new Application for handling command line parsing and validation via JSON Schema.

Interfaces

Represents a command line application made by makeApplication.

Represents the options that are passable to makeApplication.

Type Aliases

Represents the typing of a command callback that can be registered.

Represents a record containing all registered commands.

Represents a union of all possible reserved exit codes.