Releases: karusb/BazPO
Releases · karusb/BazPO
BazPO v0.2.1
Fixes
- Fix asking for user input when one of the parameters is already provided for MutuallyExclusive options
BazPO v0.2.0
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
- Fixed EitherMandatory user input
- Added FunctionConstraint to Cli
- Printed text improvements
BazPO v0.1.0
Added Constraints
Some syntax changes