All Versions
10
Latest Version
Avg Release Cycle
71 days
Latest Release
1776 days ago
Changelog History
Changelog History
-
v2.0.3 Changes
October 29, 2019โ Add
SeeAlso
for sub command -
v2.0.2 Changes
October 29, 2019๐ Fix import issue when the module is version v2 or higher.
๐ See https://github.com/golang/go/wiki/Modules#semantic-import-versioning -
v2.0.1 Changes
October 29, 2019- โ Add
See also
in help - ๐ Fix panic when
app.BuildInfo
is nil
- โ Add
-
v2.0.0 Changes
May 25, 2018- โก๏ธ [Update] add
app.BuildInfo
, and removeapp.BuildGitXXX
- โก๏ธ [Update] move
actionPanicHandler
toOnActionPanic
- ๐ [Fixes] command not found issue
- ๐ [Fixes] lookup command alias
- ๐ [Fixes] ip/mask parse
- ๐ [Fixes] missing some slice value flags auto wrap
- โก๏ธ [Update] add
-
v1.4.7 Changes
March 19, 2018- ๐ [Fixes] no panic if arg is
-
- ๐ [Fixes] no panic if arg is
-
v1.4.6 Changes
March 17, 2018- [Add] ctx.ShowHelpAndExit(code)
- [Add] ctx.Arg(n)
-
v1.4.5 Changes
March 16, 2018- ๐ [Fixes] Allow spaces in
Flag.EnvVar
- ๐ [Fixes] Allow spaces in
-
v1.4.4 Changes
January 31, 2018- ๐ [Fixes] compile issue
-
v1.4.3 Changes
January 25, 2018- ๐ [Add] add
app.ActionPanicHandler
to support customize handler if panic in action
- ๐ [Add] add
-
v1.4.2 Changes
January 24, 2018- 0๏ธโฃ [New] Add default panic handler for action()