All Versions
10
Latest Version
Avg Release Cycle
71 days
Latest Release
1192 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()