import * as proc from "https://deno.land/x/proc@0.21.0/tools/deps/cliffy.ts";
Classes
Completion list type. | |
Generates bash completions script. | |
Boolean type with auto completion. Allows | |
String type with auto completion of child command names. | |
Chainable command factory class. | |
String type with auto completion of sibling command names. | |
Generates shell completion scripts for various shells. | |
Enum type. Allows only provided values. | |
Integer type. | |
Generates fish completions script. | |
Generates well formatted and colored help output for specified command. | |
Integer type. | |
Number type. | |
String type. Allows any value. | |
Base class for custom types. | |
Generates zsh completions script. |
Interfaces
Argument details. | |
Argument parsing informations. | |
Result of | |
Completion options. | |
Completion settings. | |
Environment variable settings. | |
Environment variable options | |
Example settings. | |
Environment variable options | |
Command option options. | |
Command option settings. | |
Type settings. | |
Type options. | |
Type Aliases
Action handler for commands and options. | |
Type parser method. | |
Default flag value or a callback method that returns the default value. | |
Description handler. | |
Description handler. | |
Help callback method to print the help.
Invoked by the | |
Parse method for custom types. Gets the raw user input passed as argument and returns the parsed value. | |
Version callback method to print the version.
Invoked by the |