import * as cliffy from "https://deno.land/x/cliffy@v1.0.0-rc.2/command/types.ts";
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 | |
T Id | |
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 |