Skip to content

Releases: subchen/go-cli

Version 3.0.0

Choose a tag to compare

@subchen subchen released this 02 Jan 11:46

Use go mod

Version 2.0.3

Choose a tag to compare

@subchen subchen released this 29 Oct 08:21
73402d8

Add SeeAlso for sub command

Version 2.0.2

Choose a tag to compare

@subchen subchen released this 29 Oct 03:54
881340b

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

Choose a tag to compare

@subchen subchen released this 29 Oct 02:48
5e6a8ac
  • Add See also in help
  • Fix panic when app.BuildInfo is nil

Version 2.0.0

Choose a tag to compare

@subchen subchen released this 25 May 05:10
  • [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

Choose a tag to compare

@subchen subchen released this 19 Mar 08:50
  • [Fixes] no panic if arg is -

Version 1.4.6

Choose a tag to compare

@subchen subchen released this 17 Mar 04:02
  • [Add] ctx.ShowHelpAndExit(code)
  • [Add] ctx.Arg(n)

Version 1.4.5

Choose a tag to compare

@subchen subchen released this 16 Mar 10:01
4149047
  • [Fixes] Allow spaces in Flag.EnvVar

Version 1.4.4

Choose a tag to compare

@subchen subchen released this 31 Jan 05:59
  • [Fixes] compile issue

Version 1.4.3

Choose a tag to compare

@subchen subchen released this 25 Jan 05:02
  • [Add] add app.ActionPanicHandler to support customize handler if panic in action