Skip to content

v0.3.0

Compare
Choose a tag to compare
@sttk sttk released this 01 Apr 13:29
· 40 commits to main since this release

⚠ BREAKING CHANGES:

  • update!: changed the return values composition of ParseFor by @sttk in #22

Changes:

  • fix: removed line break per option by @sttk in #19
  • feat: added AtParam field to OptCfg to display a parameter. by @sttk in #20
  • fix: modified the way to calc. widths of option titles in PrintHelp. by @sttk in #21
  • new: added a struct tag optparam for .AtParam of OptCfg with ParseFor by @sttk in #23
  • fix: modified calc. option title widths and made * option ignore in help. by @sttk in #24

Docs:

  • doc: added usage examples to README.md by @sttk in #25

Full Changelog: v0.2.0...v0.3.0