Skip to content

Releases: davetron5000/gli

v2.17.2

18 Aug 18:02
Compare
Choose a tag to compare
  • Remove has_rdoc since that no longer is supported in gemspecs. see #276 (thanks @dblock)
  • Also, updates dev dependencies, see #277 (also @dblock)

v2.17.1

18 Nov 18:38
Compare
Choose a tag to compare
  • Fixes issue where using use_openstruct true and nested commands causes an error calling to_sym. See #267 and #268

v2.17.0

22 Oct 15:08
Compare
Choose a tag to compare

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!