Skip to content

Releases: evilmonkeyinc/golang-cli

v0.10.1

18 Feb 08:08
ce99208

Choose a tag to compare

0.10.1 (2023-02-18)

Bug Fixes

  • deps: update module github.com/stretchr/testify to v1.8.1 (ad32430)

v0.10.0

02 Dec 08:12
31e8e5e

Choose a tag to compare

0.10.0 (2021-12-02)

Feature

  • add new sample middleware for catching errors (b539ec5)

Bug Fixes

  • ignore command usage for help (4723402)

Chores

v0.9.1

28 Nov 09:38
569679a

Choose a tag to compare

0.9.1 (2021-11-28)

Bug Fixes

  • improved help command support (5d8b415)

v0.9.0

28 Nov 09:04
2489e96

Choose a tag to compare

0.9.0 (2021-11-28)

Feature

  • add option to exit shell on error (42d6915)

v0.8.0

28 Nov 07:28
16307e8

Choose a tag to compare

0.8.0 (2021-11-28)

Feature

Code Refactoring

  • wrap flagset set error (0cf43ab)
  • avoid flagset returning raw errors (e325239)

Chores

v0.7.0

27 Nov 15:03
842b1e0

Choose a tag to compare

0.7.0 (2021-11-27)

Feature

  • update help command for sub commands (fcea5b6)
  • add command group router (d99e975)
  • add flag usage (d6b02e8)

Bug Fixes

Chores

v0.6.0

19 Nov 21:53
aad0ae6

Choose a tag to compare

0.6.0 (2021-11-19)

Feature

  • update response writer to conform to interface (935b84b)

Chores

  • add example using stylized prompts (be705a9)

v0.5.0

19 Nov 08:30
0d3ae77

Choose a tag to compare

0.5.0 (2021-11-19)

Feature

  • add string array support as standard (1faf1d1)
  • add ability to set custom flag types (cc4bef0)
  • add string array flag type (1205bae)

Code Refactoring

  • move flagset to own package (2bbbd96)
  • change to flagset getters (1bc8f09)

v0.4.1

18 Nov 19:21
83df973

Choose a tag to compare

0.4.1 (2021-11-18)

Code Refactoring

v0.4.0

18 Nov 15:25
07d2b25

Choose a tag to compare

0.4.0 (2021-11-18)

Feature

Chores

  • add pkg go dev badge to markdown (16fe053)