Releases: davetron5000/gli
Releases · davetron5000/gli
v2.19.1
- Slower tests can wait longer to timeout. See #297 and thanks @calestar !
v2.19.0
- Change how multiple arguments are documented in help. Previously, we used commas which implies you must put commas on the command line, which you shouldn't, so…this was not a good way to document them :) Fixed now to mirror what git does, e.g.
git add pathspec...
See #290 and thanks @Bluewind !
v2.18.2
- Fix bug where gemspec assumes
git init
has been run, but that is not always the case. See #289 and thanks @carlesjove !
v2.18.1
- Fixed bug where autocomplete command configuration was not properly passed down to commands when trying to locate them recursively. See #288 and #287 (thanks @atareshawty for the fix!)
v2.18.0
- Generated CLIs are now namespaced to avoid issues with dump methods into global scope. See #278 (thanks @dblock!)
v2.17.2
- 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
- Fixes issue where using
use_openstruct true
and nested commands causes an error calling to_sym
. See #267 and #268
v2.16.0
- 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.