Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "Command"

Index

Type aliases

Argument

Handler

Handler: function

Type declaration

Option

OptionValue

OptionValue: boolean | string | number | Readonly<string[]> | undefined

OptionsOrArguments

OptionsOrArguments: StoredOptions | StoredArguments

ParsedRuntimeArgs

ParsedRuntimeArgs: IMap<string, Readonly<OptionValue>>

PreProcessor

PreProcessor: function

Type declaration

RuntimeState

RuntimeState: IMap<string, any>

StoredArguments

StoredArguments: IMap<string, Readonly<Argument>>

StoredOptions

StoredOptions: IMap<string, Readonly<Option>>

SubCommands

SubCommands: IMap<string, Command>

Variables

Const debug

debug: Debugger = Debug("console-commando:Command")

Functions

withState

Generated using TypeDoc