import * as cliffy from "https://deno.land/x/cliffy@v0.9.0/mod.ts";
Classes
Base command implementation without pre configured command's and option's. | |
c Cell | |
A command with pre configured command's and option's: | |
A command with pre configured command's and option's: | |
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. | |
An object which represents all flags. | |
Flag value handler for custom value processing. | |
Flag value type. | |
T IRow | |
Type parser method. | |