Skip to main content
Module

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

Deno command-line interfaces made easy
Latest
type alias CommandOption
import { type CommandOption } from "https://deno.land/x/denomander@0.9.3/src/types/types.ts";

Defines the Command constructor options

definition: { flags: string; description: string; isRequired?: boolean; callback?: Function; defaultValue?: any; choices?: Array<any>; }