Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/denomander/src/types/types.ts>OptionParameters

Deno command-line interfaces made easy
Latest
type alias OptionParameters
import { type OptionParameters } from "https://deno.land/x/denomander@0.9.3/src/types/types.ts";
definition: { flags: string; description: string; command: Command; isRequired?: boolean; callback?: Function; defaultValue?: any; choices?: Array<any>; }