Skip to content

Commit

Permalink
Add cli2 CLI lib
Browse files Browse the repository at this point in the history
  • Loading branch information
jpic committed May 24, 2020
1 parent adae3f0 commit 4b7e345
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/scenarios/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ Some popular command-line applications include:
system primarily written in Python


****
Cli2
****

`cli2 <https://cli2.rtfd.io/>`_ creates dynamic 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
*****
Expand Down

0 comments on commit 4b7e345

Please sign in to comment.