Skip to content

v1.6.0

Compare
Choose a tag to compare
@jessevdk jessevdk released this 15 Jun 09:50
1898d83

What's Changed

  • ini: fix IniParser.write() for zero values by @sean- in #332
  • fix a panic when generating help while the subcommand and all option groups are hidden by @bboozzoo in #354
  • Help for positional args without allcmd.ArgsRequired dependent from arg.Required by @sv99 in #342
  • Bump golang.org/x/sys from 0.0.0-20210320140829-1e4c9ba3b0c4 to 0.1.0 by @dependabot in #396
  • Option to allow passing value to bool flag by @alexcb in #367
  • Add support for SOURCE_DATE_EPOCH for TestMan by @anthonyfok in #376
  • Update to run go-flags on AIX by @llrocha in #390
  • Add option for key value delimiter by @anaprimawaty in #392
  • Undersocre support for numbers (set default base for strconv.Parse* to 0) by @GRbit in #404
  • docs: add ENV variable usage example by @cemremengu in #371
  • Support per-command PassAfterNonOption by @woky in #393
  • Upgrade by @jessevdk in #406

New Contributors

Full Changelog: v1.5.0...v1.6.0