From 45d79e03b14c0aa9da549d2c38b08aa90114a96a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?jpic=20=E2=88=9E?= <jpic@users.noreply.github.com>
Date: Sun, 24 May 2020 09:53:38 +0200
Subject: [PATCH] Add cli2 to CLI scenario

---
 docs/scenarios/cli.rst | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/docs/scenarios/cli.rst b/docs/scenarios/cli.rst
index 1bf810e0e..e7578448a 100644
--- a/docs/scenarios/cli.rst
+++ b/docs/scenarios/cli.rst
@@ -23,6 +23,15 @@ Some popular command-line applications include:
   system primarily written in Python
 
 
+****
+cli2
+****
+
+`cli2 <https://cli2.rtfd.io/>`_ creates dynamic and colorful command line from
+your Python objects, including functions and modules for example. It leverages
+modern features such as type hinting and auto-generates as much as possible by
+introspecting your code.
+
 *****
 Click
 *****