import * as cliffy from "https://deno.land/x/cliffy@v0.25.3/flags/mod.ts";
Classes
A validation error is thrown when the command is wrongly used by the user. For example: If the user passes some invalid options or arguments to the command. |
Variables
Boolean type handler. Excepts | |
Integer type handler. Excepts any integer value. | |
Number type handler. Excepts any numeric value. | |
String type handler. Excepts any value. |
Functions
Parse command line arguments. |
Interfaces
Flag argument definition. | |
Type details. | |
Flag options. | |
Result of the parseFlags method. | |
Parser options. |
Type Aliases
Available build-in argument types. | |
Default flag value | |
Custom type handler/parser. | |
Value handler for custom value processing. |