Releases: sttk/cliargs
Releases · sttk/cliargs
v0.9.0
⚠️ BREAKING CHANGES
Changes
- fix: modified MakeOptCfgsFor to set Names empty if optcfg has no opt name by @sttk in #62
- fix: modified to inherit end opt flag after parsing until sub command by @sttk in #64
Docs
- comment: modified some documentation comments by @sttk in #59
- doc,comment: modified heading in doc.go by @sttk in #63
Supports
Full Changelog: v0.8.0...v0.9.0
v0.8.0
v0.7.0
⚠ BREAKING CHANGES
- fix: renamed .Default in OptCfg to .Defaults by @sttk in #45
- update!: changed OptCfg fields to separate store key and option name. by @sttk in #51
Changes
- update: changed collectArgs to no return by @sttk in #50
- chore,update: upgraded dependencies by @sttk in #47
Docs
Supports
Full Changelog: v0.6.0...v0.7.0
v0.6.0
v0.5.2
v0.5.1
v0.5.0
v0.4.0
v0.3.0
⚠ BREAKING CHANGES:
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:
Full Changelog: v0.2.0...v0.3.0