Skip to content

v0.25.2: Minor Fixes

Compare
Choose a tag to compare
@DavidGamba DavidGamba released this 22 Jan 07:48
· 50 commits to master since this release

As the releases before, this release has 100% test coverage.
Tested with Go 1.14, 1.15, 1.16 and Go 1.17.

Fixes

  • Fix bug when running in SingleDash mode, if calling a single letter option with a single dash, and the option expects a value and the value wasn't provided with = or as a bundle then the option value wouldn't get registered.