Changelog#
v0.3.0#
Release-date: 15 Jun, 2023
Release-by: Asif Saif Uddin
Uses
PromptSessionclass from prompt_toolkit instead ofprompt()function (#63).Added filter for hidden commands and options (#86).
Added click’s autocompletion support (#88).
Added tab-completion for
PathandBOOLtype arguments (#95).Added ‘expand environmental variables in path’ feature (#96).
Delegate command dispatching to the actual group command.
Updated completer class and tests based on new fix #92 (#102).
Python 3.11 support.
v0.2.0#
Release-date: 31 May, 2021
Release-by: untitaker
Backwards compatibility between click v7 & v8.
Support for click v8 changes.
Update tests to expect hyphens.