Skip to content

Releases: subchen/go-cli

Version 3.0.0

02 Jan 11:46
Compare
Choose a tag to compare

Version 2.0.3

29 Oct 08:21
73402d8
Compare
Choose a tag to compare

Add SeeAlso for sub command

Version 2.0.2

29 Oct 03:54
881340b
Compare
Choose a tag to compare

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

29 Oct 02:48
5e6a8ac
Compare
Choose a tag to compare
  • Add See also in help
  • Fix panic when app.BuildInfo is nil

Version 2.0.0

25 May 05:10
Compare
Choose a tag to compare
  • [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

Version 1.4.7

19 Mar 08:50
Compare
Choose a tag to compare
  • [Fixes] no panic if arg is -

Version 1.4.6

17 Mar 04:02
Compare
Choose a tag to compare
  • [Add] ctx.ShowHelpAndExit(code)
  • [Add] ctx.Arg(n)

Version 1.4.5

16 Mar 10:01
4149047
Compare
Choose a tag to compare
  • [Fixes] Allow spaces in Flag.EnvVar

Version 1.4.4

31 Jan 05:59
Compare
Choose a tag to compare
  • [Fixes] compile issue

Version 1.4.3

25 Jan 05:02
Compare
Choose a tag to compare
  • [Add] add app.ActionPanicHandler to support customize handler if panic in action