Releases: subchen/go-cli
Releases · subchen/go-cli
Release list
Version 3.0.0
Version 2.0.3
Version 2.0.2
Fix import issue when the module is version v2 or higher.
See https://github.com/golang/go/wiki/Modules#semantic-import-versioning
Version 2.0.1
- Add
See alsoin help - Fix panic when
app.BuildInfois nil
Version 2.0.0
- [Update] add
app.BuildInfo, and removeapp.BuildGitXXX - [Update] move
actionPanicHandlertoOnActionPanic - [Fixes] command not found issue
- [Fixes] lookup command alias
- [Fixes] ip/mask parse
- [Fixes] missing some slice value flags auto wrap
Version 1.4.7
Version 1.4.6
- [Add] ctx.ShowHelpAndExit(code)
- [Add] ctx.Arg(n)
Version 1.4.5
Version 1.4.4
Version 1.4.3
- [Add] add
app.ActionPanicHandlerto support customize handler if panic in action