Skip to main content
Module

x/args/index.ts>OptionDescriptor

Extensible CLI arguments parser for Deno with intelligent TypeScript inference
Latest
interface OptionDescriptor
implements FlagDescriptorSharedProps
import { type OptionDescriptor } from "https://deno.land/x/args@2.1.1/index.ts";

Interface of descriptor of Option

Type Parameters

Value

Type of value

Properties

readonly
type: ValueType<Value, [string]>

Value parser and type