0.8
This release includes a number of breaking changes meant to improve and simplify Commandant's design.
Improved
CommandType
s now specify anOptionsType
, which is parsed automatically (#41). Thanks @mdiep!- Unrecognized arguments will now cause an error (#40). Thanks @ikesyo!
- Positional arguments can now be specified using
Argument
s (#42). Thanks @ikesyo!
Thank you to @NachoSoto, @ikesyo, @mdiep, and @norio-nomura for reviewing pull requests!