Skip to content

Releases: davetron5000/gli

v2.16.1

04 Aug 00:28
Compare
Choose a tag to compare

v2.16.0

21 Mar 15:10
Compare
Choose a tag to compare
  • Pass example metadata to the document listener (see #263)

This is part of work on a markdown version of the generated documentation, but it's fairly hacky right now, so I'm developing it internally at my company to polish it up.

v2.15.0

21 Jan 18:20
Compare
Choose a tag to compare
  • Support for explicit examples that show up in help system, see #261

v2.14.0

16 May 20:32
Compare
Choose a tag to compare
  • Add support for parsing multiple uses of a flag as an array of values (see #243 courtesy @JacobEvelyn)

v2.13.4

25 Nov 12:48
Compare
Choose a tag to compare
  • Replace deprecated call to File.exists? with File.exist? (see #229 thanks @edusantana!)

v2.13.3

12 Nov 13:51
Compare
Choose a tag to compare
  • When generating a config file, only use the primary/first name of flags and switches. Previously, your config would have duplicates for every alias of a flag or switch. See #218 (thanks @ZeroPointEnergy!)
  • Fixes issue where boolean settings were not read from the config properly. Namely, false values didn't seem to work properly. See #217 (thanks @ZeroPointEnergy!)

v2.13.2

28 Aug 15:30
Compare
Choose a tag to compare
  • Fix bug where stty exists, but returns 0,0 (notably in emacs). See #223. Thanks @wconrad!

v2.13.1

12 May 13:26
Compare
Choose a tag to compare
  • Removed 1.9 Hash syntax in hopes this can work with 1.8 (see #214, thanks @annafw!)

Note that the CI build fails on 1.8 due to the tests using Faker, which requires i18n, which will not install on 1.8 any longer

v2.13.0

03 Mar 12:53
Compare
Choose a tag to compare
  • Add ability to disable "auto-guessing" the command names. e.g. if you have a command named list but execute my_app li, GLI will guess that you meant list. This can be problematic in some contexts and now can be disabled by using autocomplete false. See #200 (thanks @chrisarcand)

v2.12.3

21 Feb 17:09
Compare
Choose a tag to compare