import * as cliffy from "https://deno.land/x/cliffy@v0.11.0/mod.ts";
Classes
c Cell | |
Base command implementation without pre configured command's and option's. | |
Generates source code for interactive shell completions used in multiple shell's. | |
Generates well formatted and colored help output for specified command. | |
c List | |
c Row | |
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. | |
I IKey | |
Command option setting's. | |
Parse settings. | |
Result of | |
Type option's. | |
Type option's. | |
Type Aliases
Action handler. | |
Type parser method. | |
Description handler. | |
An object which represents all flags. | |
Flag value handler for custom value processing. | |
Flag value type. | |
T IRow | |
Type parser method. | |