Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python3-click-repl: upgrade 0.2.0 -> 0.3.0
License-Update: Add "Copyright (c) 2016-2026 Asif Saif Uddin & contributors." to license file. Changelog: =========== Drop Python 2 support, remove six. Uses PromptSession() class from prompt_toolkit instead of prompt() function (openembedded#63). Added filter for hidden commands and options (openembedded#86). Added click's autocompletion support (openembedded#88). Added tab-completion for Path and BOOL type arguments (openembedded#95). Added 'expand environmental variables in path' feature (openembedded#96). Delegate command dispatching to the actual group command. Updated completer class and tests based on new fix#92 (openembedded#102). Python 3.11 support. Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
- Loading branch information