From 54c2782f9cea61863c67d11326cafc5a7e2ad0b4 Mon Sep 17 00:00:00 2001 From: "Mia von Steinkirch, PhD, MSc" <1130416+bt3gl@users.noreply.github.com> Date: Tue, 11 Feb 2020 10:56:06 -0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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).