diff --git a/README.md b/README.md index 9add95e..7a1b006 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # ✨ Boilerplates for Python ✨ -* [CLI with click](https://github.com/bt3gl/Awesome_Python_Boilerplates/tree/master/CLI_app). +* [CLI with Click](https://github.com/bt3gl/Awesome_Python_Boilerplates/tree/master/CLI_app). +* [CLI with Argparse](https://github.com/bt3gl/Awesome_Python_Boilerplates/tree/master/Argparse_app). * [Dashboards with Dash and Plot.ly](https://github.com/bt3gl/Awesome_Python_Boilerplates/tree/master/dash_app). * [Testing in Python](https://github.com/bt3gl/Awesome_Python_Boilerplates/tree/master/Testing).