Merge pull request #2896 from NinjaOfNeurons/add-stdlib-argparse

adding argparse to Command-line Interface Development
This commit is contained in:
Jinyang
2026-02-02 10:43:34 +04:00
committed by GitHub

View File

@@ -258,6 +258,7 @@ _Tools of static analysis, linters and code quality checkers. Also see [awesome-
_Libraries for building command-line applications._ _Libraries for building command-line applications._
- Command-line Application Development - 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. - [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. - [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. - [cliff](https://github.com/openstack/cliff) - A framework for creating command-line programs with multi-level commands.