Skip to content

Releases: c-blake/cligen

Quite a few fixes, improvements, and changes

07 Sep 19:35
Compare
Choose a tag to compare

See the release notes for details.

Higher compression levels with a trie

20 Jul 09:22
Compare
Choose a tag to compare

While slow, -6 can be impressively shorter. Also see release notes.

New version.

13 Jul 08:33
Compare
Choose a tag to compare

No change. Just for version management.

Change abbrev interface quite a bit

12 Jul 18:16
Compare
Choose a tag to compare

Best to not let that stale release last too long.

Update nimble

10 Jul 14:54
Compare
Choose a tag to compare

Fix last release oops.

Quickie release mostly for `lc`

10 Jul 14:52
Compare
Choose a tag to compare

Just add an abbrev module for usage by at present only lc. So far this only handles the easy cases of same location of single-* in all strings.

Add alias system, helper libs, etc.

07 Jul 22:18
Compare
Choose a tag to compare

See release notes for details.

mergeCfgEnv fix, fromNimble, ["multi"] work

03 Jun 12:31
Compare
Choose a tag to compare

See RELEASE_NOTES.md for more details.

Remove mandatoryOverride, better insensitivity

28 May 14:35
Compare
Choose a tag to compare

See release notes for details. Also, this version should generate fewer warnings.

initFromCL & helpCase override

23 May 18:43
Compare
Choose a tag to compare

This release adds two features, one sought after from the beginning of the project, namely initFromCL and a more minor one to allow CLI authors to override the rendered spelling of long options in help messages. There are quite a few internal code clean-ups as well, but those should not be visible to client code.