docs(readme): rename subcategory to CLI Development

Shorten the verbose heading to match the concise style used in other
categories.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Vinta Chen
2026-03-23 01:11:25 +08:00
parent cba7042e94
commit 964f246d86

View File

@@ -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.