Skip to content

v0.1.0

Compare
Choose a tag to compare
@sttk sttk released this 25 Mar 15:16
· 54 commits to main since this release

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