We are stoked to announce the release of: cliff 3.9.0: Command Line Interface Formulation Framework This release is part of the xena release series. The source is available from: https://opendev.org/openstack/cliff Download the package from: https://pypi.org/project/cliff Please report issues through: https://storyboard.openstack.org/#!/project/openstack/cliff For more details, please see below. Changes in cliff 3.8.0..3.9.0 ----------------------------- 8fa916e Colourise and automatically page help output 9b66f40 Update unit test to satisfy python3.10+ 392f3b2 Handle SIGPIPE exit gracefully 452fff3 Add conflict_handler parameter as attribut in Command class Diffstat (except docs and test files) ------------------------------------- cliff/_argparse.py | 8 +++-- cliff/app.py | 9 +++++ cliff/command.py | 3 +- cliff/help.py | 86 +++++++++++++++++++++++++++------------------ requirements.txt | 1 + 8 files changed, 154 insertions(+), 40 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 774d9d2..4450bd7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,0 +5 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 +autopage>=0.4.0 # Apache 2.0
participants (1)
-
no-reply@openstack.org