Merge pull request #2546 from EpicSprout/master

Update README.md
This commit is contained in:
Vinta Chen 2024-02-22 22:37:34 +08:00 committed by GitHub
commit 57b3382b7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -269,7 +269,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* Command-line Application Development * Command-line Application Development
* [cement](http://builtoncement.com/) - CLI Application Framework for Python. * [cement](http://builtoncement.com/) - CLI Application Framework for Python.
* [click](http://click.pocoo.org/dev/) - A package for creating beautiful command line interfaces in a composable way. * [click](https://click.palletsprojects.com/en/8.1.x/) - A package for creating beautiful command line interfaces in a composable way.
* [cliff](https://docs.openstack.org/developer/cliff/) - A framework for creating command-line programs with multi-level commands. * [cliff](https://docs.openstack.org/developer/cliff/) - A framework for creating command-line programs with multi-level commands.
* [docopt](http://docopt.org/) - Pythonic command line arguments parser. * [docopt](http://docopt.org/) - Pythonic command line arguments parser.
* [python-fire](https://github.com/google/python-fire) - A library for creating command line interfaces from absolutely any Python object. * [python-fire](https://github.com/google/python-fire) - A library for creating command line interfaces from absolutely any Python object.