You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments