Releases: drizzle-team/brocli
Releases · drizzle-team/brocli
0.6.0
- Added function to test command calls with arguments passed as string
0.5.2
- Further improvements on help
- Fixed outdated global help message
- Updated docs
0.5.1
- Replaced dependency with own code
- Reworked help scenarios to support subcommands
0.5.0
- Added ability to transform options before passing to command
0.4.0
- Fixed option builder ignoring names
- Fixed positionals vanishing from options in runtime
- Added subcommands
- Fixed value-less flags consuming positionals that do not match boolean values
0.3.0
- Added display names to positionals
- Improved types to prevent red highlits during command creation (if command name and handler are absent, you'll still get an error thrown in runtime)
- New help theme api
- Option builders now clone data on each method call instead of mutating
- Added config option to omit undefined keys from handler options