Module

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

Functions

Find option by name.

Check if option has name or alias.

Normalize command line arguments.

Parse command line arguments.

Validate flags.

Interfaces

Flag argument definition.

Flag settings.

Parse result.

Parse settings.

Type Aliases

An object which represents all flags.

Flag value handler for custom value processing.

Flag value type.

Type parser method.