adding arparse a command-line library

This commit is contained in:
NinjaOfNeurons
2026-02-01 05:48:38 -05:00
parent 88bd3b83f1
commit 7c2f38e924

View File

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