Skip to content

Commit 4b7e345

Browse files
authored
Add cli2 CLI lib
1 parent adae3f0 commit 4b7e345

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/scenarios/cli.rst

+9
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@ Some popular command-line applications include:
2323
system primarily written in Python
2424

2525

26+
****
27+
Cli2
28+
****
29+
30+
`cli2 <https://cli2.rtfd.io/>`_ creates dynamic command line from your Python
31+
objects, including functions and modules for example. It leverages modern
32+
features such as type hinting and auto-generates as much as possible by
33+
introspecting your code.
34+
2635
*****
2736
Click
2837
*****

0 commit comments

Comments
 (0)