Module

x/cliffy/flags/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/flags/mod.ts";

Enums

Available build-in argument types.

Functions

Find option by flag, name or alias.

Check if option has name or alias.

Normalize command line arguments.

Parse command line arguments.

Validate flags.

Interfaces

Flag argument definition.

Flag settings.

Result of the parseFlags method.

Parse settings.

Type Aliases

Default flag value

Value handler for custom value processing.

Custom type handler/parser.