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)