Skip to content

Releases: sttk/cliargs

v0.1.1

26 Mar 12:14
Compare
Choose a tag to compare

Changes:

  • fix: modified fields of FailToParseXXX by @sttk in #15
  • fix: modified the calc. method of line width in lineIter by @sttk in #16
  • update: removed an extra error in MakeOptCfgsFor by @sttk in #17

Full Changelog: v0.1.0...v0.1.1

v0.1.0

25 Mar 15:16
Compare
Choose a tag to compare

Changes:

  • new: added Parse which parse args without configs by @sttk in #1
  • new: added ParseWith which parses args with configs by @sttk in #2
  • fix: changed .Opt of error reasons to .Option by @sttk in #3
  • new: added new functions ParseFor and MakeOptCfgsFor by @sttk in #4
  • new: added runeBuffer by @sttk in #5
  • new: added scanLineIter by @sttk in #6
  • fix: made scanLineIter return ITER_NO_MORE repeatedly after it ended by @sttk in #7
  • update: renamed scanLineIter to lineIter by @sttk in #8
  • new: added MakeHelp and PrintHelp by @sttk in #9
  • update: enabled to set OptCfg.Desc from struct tag by ParseFor by @sttk in #10
  • fix: modified fields of IllegalOptionType by @sttk in #12

Docs:

  • comment,doc: added examples by @sttk in #11
  • doc: modified README.md by @sttk in #14

Full Changelog: https://github.com/sttk-go/cliargs/commits/v0.1.0