Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • CommandArgument

Index

Properties

coalescing

coalescing: boolean

Does the argument can take multiple words.

defaultValue

defaultValue: undefined | T

The default value of the argument.

description

description: string

The description of the argument, currently not used anywhere.

index

index: number

name

name: string

optional

optional: boolean

Is the argument optional or not.

parse

parse: ArgumentParser<T>

The parse function of the argument.

type

The type of the argument.

validate

validate: ArgumentValidator

The validate function of the argument.

Constructors

constructor

Accessors

isSimple

  • get isSimple(): boolean

isSkipable

  • get isSkipable(): boolean

Generated using TypeDoc