Skip to content

Releases: subchen/go-cli

Version 1.4.2

24 Jan 04:15
Compare
Choose a tag to compare
  • [New] Add default panic handler for action()

Version 1.4.1

05 Jan 13:28
Compare
Choose a tag to compare
  • [Update] Add EnvVar into help
  • [Fix] EnvVar is high priority than DefValue

Version 1.4.0

05 Jan 13:00
Compare
Choose a tag to compare
  • [Changes] Remove app.FlagsAlign, now it is set automatically

Version 1.3.2

11 Dec 05:03
3d42cb3
Compare
Choose a tag to compare
  • Trim space of examples in help

Version 1.3.1

07 Jul 14:08
Compare
Choose a tag to compare
  • [修复] OnCommandNotFound 无法被调用

Version 1.3.0

26 Jun 12:10
Compare
Choose a tag to compare

New app.FlagsAlign to align flag labels in usage help, default is true

Version 1.2.0

24 May 11:49
Compare
Choose a tag to compare

Add new types as Flag.Value

  • *url.URL
  • *[]url.URL
  • *time.Time
  • *time.Location

Version 1.1.0

21 May 07:25
Compare
Choose a tag to compare
  • fix typo placeholder

Version 1.0.0

20 May 12:31
Compare
Choose a tag to compare
  • Support command/sub-commands.
  • Support short, long alias flags
  • Suport flag value bind
  • Generate help and version