Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICommandOptionAllowableValues

Interface describing what values are allowable for a particular option.

Hierarchy

  • ICommandOptionAllowableValues

Index

Properties

Properties

Optional caseSensitive

caseSensitive: boolean

Should these values be compared in a case sensitive manner?

memberof

ICommandOptionAllowableValues

values

values: string[]

Regular expressions for values that the user can specify for this option

new RegExp(value).test(theValueSpecifiedByUser) will be called during syntax validation. If none of the values match, the user will get a syntax error.

memberof

ICommandOptionAllowableValues

Generated using TypeDoc