From 964f246d865da967423a7a39faee712dba3913f1 Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Mon, 23 Mar 2026 01:11:25 +0800 Subject: [PATCH] docs(readme): rename subcategory to CLI Development Shorten the verbose heading to match the concise style used in other categories. Co-Authored-By: Claude --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69dbef51..515e66c5 100644 --- a/README.md +++ b/README.md @@ -743,7 +743,7 @@ _Tools and libraries for Virtual Networking and SDN (Software Defined Networking _Libraries for building command-line applications._ -- Command-line Application Development +- CLI Development - [argparse](https://docs.python.org/3/library/argparse.html) - (Python standard library) Command-line option and argument parsing. - [cement](https://github.com/datafolklabs/cement) - CLI Application Framework for Python. - [click](https://github.com/pallets/click/) - A package for creating beautiful command line interfaces in a composable way.