Releases: fortio/cli
Releases · fortio/cli
v0.6.1
- Moved ServerMain to https://github.com/fortio/scli (
fortio.org/scli
) to keep go.mod/go.sum minimal for tools usingcli
.
Full Changelog: v0.5.0...v0.6.1
v0.5.0
- Remove extra layer of .Config. ie use directly
cli.MinArgs = 1
instead ofcli.Config.MinArgs = 1
, ditto to read the *Versions.
Full Changelog: v0.4.0...v0.5.0
v0.4.0
- Don't force caller to have ArgsHelp lead with a space
Full Changelog: v0.3.1...v0.4.0
v0.3.1
- Mention the special arguments version/help/buildinfo in the usage
Full Changelog: v0.3.0...v0.3.1
v0.3.0
- 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
Make default value of MaxArgs to be == MinArgs and allow infinite with -1. Improve doc.
Full Changelog: v0.1.2...v0.2.0