v0.1.0
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:
Full Changelog: https://github.com/sttk-go/cliargs/commits/v0.1.0