Skip to content

v2.19.0

Compare
Choose a tag to compare
@davetron5000 davetron5000 released this 03 Sep 15:03
· 5 commits to gli-2 since this release
  • 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 !