Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/allo_arguments/mod.ts>FlagOptions

🦕 Super handy cli argument parser with automate generation `--help` flag.
Latest
type alias FlagOptions
import { type FlagOptions } from "https://deno.land/x/allo_arguments@v6.0.6/mod.ts";
definition: { convertor: Convertor<T>; shortName?: string; description?: string; default?: () => T; excludeFromHelp?: boolean; }