Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICommandOptionValueImplications

Interface describing syntax validation rule where specifying a certain value means that the user must also specify other options

Hierarchy

  • ICommandOptionValueImplications

Index

Properties

impliedOptionNames

impliedOptionNames: string[]

What option names are implied if the value in question is specified

memberof

ICommandOptionValueImplications

Optional isCaseSensitive

isCaseSensitive: boolean

Is the value case sensitive? If yes, the strings will be compared with "===". Otherwise they will be uppercased before comparing

memberof

ICommandOptionValueImplications

Generated using TypeDoc