import * as cliffy from "https://deno.land/x/cliffy@v0.14.3/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 | |
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
Argument details. | |
Command option options. | |
Completion options. | |
Completion settings. | |
Environment variable settings. | |
Environment variable options | |
Example settings. | |
Flag argument definition. | |
Flag settings. | |
Result of the parseFlags method. | |
I IKey | |
Command option settings. | |
Parse settings. | |
Result of | |
Type settings. | |
Type options. | |
Type Aliases
Action handler for commands and options. | |
Type parser method. | |
Default flag value | |
Description handler. | |
Value handler for custom value processing. | |
T IRow | |
Custom type handler/parser. | |