Thomas Goirand 391261c849 Fix cliff sphinxextention for Python 3.14
sphinxtext.py's _format_usage() is using _format_actions_usage()
from argparse argparse.HelpFormatter, which is a private API that
is gone from Python 3.14. This patch rewrites that part without
the gone function if _format_actions_usage() doesn't exist, so
the code is compatible with Python >= 3.14.

Signed-off-by: Thomas Goirand <[email protected]>
Change-Id: I0d18badf1fe03213cc4db9c5a2bebb1dddea9655
2026-02-14 15:31:01 +01:00
2024-09-13 08:49:33 +00:00
2024-09-13 08:49:33 +00:00
2017-01-04 08:55:06 +11:00
2021-01-27 17:14:27 +00:00
2019-04-19 19:42:35 +00:00
2025-12-11 18:32:04 +00:00
2017-09-14 16:54:13 -05:00
2012-04-20 10:06:58 -07:00
2026-01-05 15:05:12 +00:00
2024-05-03 17:43:15 +01:00
2025-12-11 18:32:04 +00:00

Team and repository tags

image

cliff -- Command Line Interface Formulation Framework

cliff is a framework for building command line programs. It uses entry points to provide subcommands, output formatters, and other extensions.

Description
Command Line Interface Formulation Framework
Readme 5.9 MiB
Languages
Python 99.6%
Shell 0.4%