From fce98ac2159d41eed8a20c680391983cd5dcd4a3 Mon Sep 17 00:00:00 2001 From: Jeremy Hansen Date: Wed, 26 Jun 2024 07:25:17 +0700 Subject: python/python3-click-option-group: Added (CLI in python). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-click-option-group/README | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 python/python3-click-option-group/README (limited to 'python/python3-click-option-group/README') diff --git a/python/python3-click-option-group/README b/python/python3-click-option-group/README new file mode 100644 index 0000000000..5bd26d8f4f --- /dev/null +++ b/python/python3-click-option-group/README @@ -0,0 +1,11 @@ +python3-click-option-group (Option groups missing in Click) + +Click is a package for creating powerful and beautiful command line +interfaces (CLI) in Python, but it has no the functionality for +creating option groups. + +Option groups are convenient mechanism for logical structuring +CLI, also it allows you to set the specific behavior and set the +relationship among grouped options (mutually exclusive options +for example). Moreover, argparse stdlib package contains this +functionality out of the box. -- cgit v1.2.3