Skip to main content
Module

x/args/index.ts>flags.PartialOptionDescriptor

Extensible CLI arguments parser for Deno with intelligent TypeScript inference
Go to Latest
interface flags.PartialOptionDescriptor
implements OptionDescriptor<Value>
import { type flags } from "https://deno.land/x/args@2.1.0/index.ts";
const { PartialOptionDescriptor } = flags;

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