Skip to content
v2.9.0 (2016-07-01)
Documentation
- Completions:
- fixes some errors in the completion docs (9b359bf0)
- adds documentation for completion scripts (c6c519e4)
Features
- Completions:
- one can now generate a bash completions script at compile time! (e75b6c7b, closes #376)
- completions now include aliases to subcommands, including all subcommand options (0ab9f840, closes #556)
- completions now continue completing even after first completion (18fc2e5b)
- allows matching on possible values in options (89cc2026, closes #557)
Bug Fixes
- AllowLeadingHyphen: fixes an issue where isn't ignored like it should be with this setting (96c24c9a, closes #558)