Skip to content

0.9.18 (October 1, 2019)

Compare
Choose a tag to compare
@kmvanbrunt kmvanbrunt released this 01 Oct 19:41
· 1076 commits to master since this release
  • Bug Fixes
    • Fixed bug introduced in 0.9.17 where help functions for hidden and disabled commands were not being filtered out as help topics
  • Enhancements
    • AutoCompleter now handles argparse's mutually exclusive groups. It will not tab complete flag names or positionals for already completed groups. It also will print an error if you try tab completing a flag's value if the flag belongs to a completed group.
    • AutoCompleter now uses the passed-in parser's help formatter to generate hint text. This gives help and hint text for an argument consistent formatting.