Skip to content

Releases: jawher/mow.cli

v1.2.0

08 Aug 12:06
f62d725

Choose a tag to compare

Changelog

4f9d668 Add a way to hide commands in the help messages (#109)
f62d725 Fix default value display in help messages (#110)
376a661 Fixed minor README typo (#105)
672d64f Setup CI using Github Actions (#107)
fbc50e9 [CI] Build against Go 1.12 and 1.13 (#101)
a3761a9 fix a typo in the doc (#103)
1e00c23 fix: typo in README (#100)

v1.1.0

09 May 21:02
9b8ce43

Choose a tag to compare

  • Handle multi line option and argument description in the generated help message #96
  • Add support for float64 options and args #90
  • Add Ptr variants to option/arguments where you can pass a pointers to existing variables #89

v1.0.5

23 Feb 10:21
d9c41c7

Choose a tag to compare

Added go.mod file, detect duplicate options/args

v1.0.4

03 May 17:45

Choose a tag to compare

Fix parsing of long option values containing = sign (#75)

v1.0.3

29 Oct 18:09
0e80ee9

Choose a tag to compare

Rework help message formatting (#53)

v1.0.2

24 Sep 10:58

Choose a tag to compare

Fixes an infininte loop in options matching (issue #55, fix in #56)

v1.0.1

20 Aug 17:00

Choose a tag to compare

Fixes a bug in handling of multiValues values with a default value (#54)

v1.0.0

14 Aug 17:49

Choose a tag to compare

First (tagged) release