import * as mod from "https://dotland.deno.dev/x/cliffy@v0.11.1/packages/flags/mod.ts";
Functions
Find option by name. | |
Check if option has name or alias. | |
Normalize command line arguments. | |
Parse command line arguments. | |
Validate flags. |
Interfaces
Flag argument definition. | |
Flag settings. | |
Parse result. | |
Parse settings. |
Type Aliases
An object which represents all flags. | |
Flag value handler for custom value processing. | |
Flag value type. | |
Type parser method. |