Skip to content

Releases: fortio/cli

v0.6.1

19 Feb 19:21
Compare
Choose a tag to compare

Full Changelog: v0.5.0...v0.6.1

v0.5.0

19 Feb 18:27
Compare
Choose a tag to compare
  • Remove extra layer of .Config. ie use directly cli.MinArgs = 1 instead of cli.Config.MinArgs = 1, ditto to read the *Versions.

Full Changelog: v0.4.0...v0.5.0

v0.4.0

19 Feb 03:56
Compare
Choose a tag to compare
  • Don't force caller to have ArgsHelp lead with a space

Full Changelog: v0.3.1...v0.4.0

v0.3.1

19 Feb 03:47
Compare
Choose a tag to compare
  • Mention the special arguments version/help/buildinfo in the usage

Full Changelog: v0.3.0...v0.3.1

v0.3.0

19 Feb 03:23
Compare
Choose a tag to compare
  • more precise error for arg number exactly/at least/at most/no
  • add Plural() and PluralExt()

Full Changelog: v0.2.0...v0.3.0

v0.2.0

19 Feb 02:52
Compare
Choose a tag to compare

Make default value of MaxArgs to be == MinArgs and allow infinite with -1. Improve doc.

Full Changelog: v0.1.2...v0.2.0

v0.1.2

19 Feb 00:42
Compare
Choose a tag to compare

First release. See README and go doc for details/examples.