From 7c2f38e92434e004e3e5adc86519d4a7054c84eb Mon Sep 17 00:00:00 2001 From: NinjaOfNeurons Date: Sun, 1 Feb 2026 05:48:38 -0500 Subject: [PATCH] adding arparse a command-line library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dbd596f0c..e764261b5 100644 --- a/README.md +++ b/README.md @@ -257,6 +257,7 @@ _Tools of static analysis, linters and code quality checkers. Also see [awesome- _Libraries for building command-line applications._ - Command-line Application 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. - [cliff](https://github.com/openstack/cliff) - A framework for creating command-line programs with multi-level commands.