Options
Modules
  • Command
  • Localization
  • Logger
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ArgumentParseErrorKind

Enum containing the different Command argument parsing errors that can be encountered

Index

Enumeration members

InvalidMultiFlag

InvalidMultiFlag: = 1

Invalid multi-flag. This means a multi-flag (eg. -abc was given and it contains an option but that option appears somewhere other than the end of the multi-flag

UnterminatedQuotedOperand

UnterminatedQuotedOperand: = 0

A quoted operand was left unterminated (eg. "foo bar baz)

Generated using TypeDoc