Skip to content

Commit d131f59

Browse files
Merge pull request #2896 from NinjaOfNeurons/add-stdlib-argparse
adding argparse to Command-line Interface Development
2 parents 40a3bed + 7c2f38e commit d131f59

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ _Tools of static analysis, linters and code quality checkers. Also see [awesome-
258258
_Libraries for building command-line applications._
259259

260260
- Command-line Application Development
261+
- [argparse](https://docs.python.org/3/library/argparse.html) - (Python standard library) Command-line option and argument parsing.
261262
- [cement](https://github.com/datafolklabs/cement) - CLI Application Framework for Python.
262263
- [click](https://github.com/pallets/click/) - A package for creating beautiful command line interfaces in a composable way.
263264
- [cliff](https://github.com/openstack/cliff) - A framework for creating command-line programs with multi-level commands.

0 commit comments

Comments
 (0)