Skip to main content
Module

x/allo_arguments/mod.ts>DeclarationType

🦕 Super handy cli argument parser with automate generation `--help` flag.
Go to Latest
type alias DeclarationType
import { type DeclarationType } from "https://deno.land/x/allo_arguments@v5.0.1/mod.ts";

Type Parameters

optional
V = unknown
definition: { name: string | string[]; default?: V; description?: string; convertor?: ConverterType<V>; }