import * as cliffy from "https://deno.land/x/cliffy@v0.19.0/command/mod.ts";
Classes
Completion list type. | |
Boolean type with auto completion. Allows | |
String type with auto completion of child command names. | |
Generates shell completion scripts for various shell's. | |
Enum type. Allows only provided values. | |
Generates well formatted and colored help output for specified command. | |
Number type. | |
String type. Allows any value. | |
Base class for custom types. | |
Interfaces
Argument details. | |
Command option options. | |
Completion options. | |
Completion settings. | |
Environment variable settings. | |
Environment variable options | |
Example settings. | |
Command option settings. | |
Result of | |
Type settings. | |
Type details. | |
Type options. | |
Type Aliases
Action handler for commands and options. | |
Type parser method. | |
Default flag value | |
Description handler. | |
Value handler for custom value processing. | |
Help callback method to print the help. Invoked by the | |
Custom type handler/parser. | |
Version callback method to print the version. Invoked by the | |