import * as cliffy from "https://deno.land/x/cliffy@v0.19.0/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. |
Enums
Available build-in argument types. |
Variables
Boolean type handler. Excepts | |
Number type handler. Excepts any numeric value. | |
String type handler. Excepts any value. |
Functions
Normalize command line arguments. | |
Parse command line arguments. | |
Flags post validation. Validations that are not already done by the parser. |
Interfaces
Flag argument definition. | |
Flag options. | |
Result of the parseFlags method. | |
Parser options. | |
Type details. |
Type Aliases
Default flag value | |
Value handler for custom value processing. | |
Custom type handler/parser. |