Releases: davetron5000/gli
Releases · davetron5000/gli
v2.16.1
- Fix issue with encoding (See #266 and #265) Thanks @mickael-palma-argus !
v2.16.0
v2.15.0
v2.14.0
- Add support for parsing multiple uses of a flag as an array of values (see #243 courtesy @JacobEvelyn)
v2.13.4
- Replace deprecated call to
File.exists?
withFile.exist?
(see #229 thanks @edusantana!)
v2.13.3
- 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
v2.13.1
v2.13.0
- Add ability to disable "auto-guessing" the command names. e.g. if you have a command named
list
but executemy_app li
, GLI will guess that you meantlist
. This can be problematic in some contexts and now can be disabled by usingautocomplete false
. See #200 (thanks @chrisarcand)
v2.12.3
- Don't use
[-f foo]
for flags that are required (See #210 thanks @dividedmind)