import * as cliffy from "https://deno.land/x/cliffy@v0.14.1/flags/mod.ts";
Enums
Available build-in argument types. |
Functions
Find option by flag, name or alias. | |
Check if option has name or alias. | |
Normalize command line arguments. | |
Parse command line arguments. | |
Validate flags. |
Interfaces
Flag argument definition. | |
Flag settings. | |
Result of the parseFlags method. | |
Parse settings. | |
Type Aliases
Default flag value | |
Value handler for custom value processing. | |
Custom type handler/parser. |