import * as cliffy from "https://deno.land/x/cliffy@v0.8.0/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. |