All Versions
10
Latest Version
Avg Release Cycle
71 days
Latest Release
1634 days ago

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
  • v2.0.0 Changes

    May 25, 2018
    • โšก๏ธ [Update] add app.BuildInfo, and remove app.BuildGitXXX
    • โšก๏ธ [Update] move actionPanicHandler to OnActionPanic
    • ๐Ÿ›  [Fixes] command not found issue
    • ๐Ÿ›  [Fixes] lookup command alias
    • ๐Ÿ“œ [Fixes] ip/mask parse
    • ๐Ÿ›  [Fixes] missing some slice value flags auto wrap
  • v1.4.7 Changes

    March 19, 2018
    • ๐Ÿ›  [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
  • 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
  • v1.4.2 Changes

    January 24, 2018
    • 0๏ธโƒฃ [New] Add default panic handler for action()