Skip to main content
Module

x/args/flag-types.ts>PartialOptionDescriptor

Extensible CLI arguments parser for Deno with intelligent TypeScript inference
Latest
interface PartialOptionDescriptor
implements OptionDescriptor<Value>
import { type PartialOptionDescriptor } from "https://deno.land/x/args@2.1.1/flag-types.ts";

Interface of descriptor of PartialOption

Type Parameters

Value

Type of value

Default

Type of default value

Properties

readonly
default: Default

Default value

readonly
optional
describeDefault: string

Default value description