Skip to content

BREAKING CHANGES ! V2.0.0

Compare
Choose a tag to compare
@alphayax alphayax released this 19 Nov 16:50
· 8 commits to master since this release

BREAKING CHANGES ! V2.0.0

  • addLongOpt, addShortOpt and addOpt now return the "Option"
  • getOptionValue(string) is renamed getValueName(string)
  • hasOption(string) is renamed hasOptionName(string)
  • new method getValue(Option)
  • new method hasOption(Option)