Skip to content

Releases: drizzle-team/brocli

0.6.0

09 Jul 10:10
92bc449
Compare
Choose a tag to compare
  • Added function to test command calls with arguments passed as string

0.5.2

09 Jul 00:13
6be2d3c
Compare
Choose a tag to compare
  • Further improvements on help
  • Fixed outdated global help message
  • Updated docs

0.5.1

08 Jul 23:08
ad8fe2f
Compare
Choose a tag to compare
  • Replaced dependency with own code
  • Reworked help scenarios to support subcommands

0.5.0

08 Jul 12:36
fc6692f
Compare
Choose a tag to compare
  • Added ability to transform options before passing to command

0.4.0

02 Jul 14:42
1f26761
Compare
Choose a tag to compare
  • 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

29 Jun 18:58
ae20913
Compare
Choose a tag to compare
  • 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