import * as mod from "https://dotland.deno.dev/x/cliffy@v0.11.1/packages/command/mod.ts";
Classes
Base command implementation without pre configured command's and option's. | |
Generates source code for interactive shell completions used in multiple shell's. | |
Generates well formatted and colored help output for specified command. | |
Interfaces
Argument details. | |
Command settings. | |
Environment variable setting's. | |
Example setting's. | |
Command option setting's. | |
Result of | |
Type option's. | |
Type option's. |
Type Aliases
Action handler. | |
Type parser method. | |
Description handler. | |