import * as cliffy from "https://deno.land/x/cliffy@v0.3.0/mod.ts";
Classes
Base command implementation without pre configured command's and option's. | |
A command with pre configured command's and option's: | |
A command with pre configured command's and option's: |
Functions
Add cell to row. | |
Add row to rows. | |
Find option by name. | |
Check if option has name or alias. | |
Normalize command line arguments. | |
Parse command line arguments. | |
Generate and render table with given option's. | |
Generate table with given option's. | |
Validate flags. |
Interfaces
Command map. | |
Argument details. | |
Command settings. | |
Environment variable setting's. | |
Example setting's. | |
Flag argument definition. | |
Flag settings. | |
Result of | |
Parse result. | |
Command option setting's. | |
Parse settings. | |
Table option's. |
Type Aliases
Action handler. | |
An object which represents all flags. | |
Flag value handler for custom value processing. | |
Flag value type. | |
Type parser method. | |
Map of type's. |