Skip to content

Releases: karusb/BazPO

BazPO v0.2.1

29 May 20:50
Compare
Choose a tag to compare
BazPO v0.2.1 Pre-release
Pre-release

Fixes

  • Fix asking for user input when one of the parameters is already provided for MutuallyExclusive options

BazPO v0.2.0

28 May 21:49
Compare
Choose a tag to compare
BazPO v0.2.0 Pre-release
Pre-release

Interface changes

  • EitherMandatory renamed to MutuallyExclusive.
  • add interface separated into option, flag and tagless

Feature Updates

  • TaglessOption can now be combined with other options
  • Support multiple constraints for one option

Changes

  • MutuallyExclusive no longer makes the passed options mandatory.
  • By default, all options accept the maximum amount of values

Fixes

  • Fixed when the user was asked input, reading the value would cause invalid pointer dereference.

BazPO v0.1.1

25 May 19:13
Compare
Choose a tag to compare
BazPO v0.1.1 Pre-release
Pre-release
  • Fixed EitherMandatory user input
  • Added FunctionConstraint to Cli
  • Printed text improvements

BazPO v0.1.0

08 May 18:33
Compare
Choose a tag to compare
BazPO v0.1.0 Pre-release
Pre-release

Added Constraints
Some syntax changes

BazPO v0.0.1

21 Apr 20:50
Compare
Choose a tag to compare
BazPO v0.0.1 Pre-release
Pre-release

BazPO Pre-Release