8000 Merge pull request #372 from DhiaTN/patch-1 · zhengmacro/python-guide@edb3c5a · GitHub
[go: up one dir, main page]

Skip to content

Commit edb3c5a

Browse files
committed
Merge pull request realpython#372 from DhiaTN/patch-1
Update cli.rst
2 parents 92d6805 + c469659 commit edb3c5a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/scenarios/cli.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,11 @@ rather than written down by imperatively. It is targetting especially unsophisti
2828
users, programmers, sys-admins, scientists and in general people writing throw-away
2929
scripts for themselves, choosing the command-line interface because it is quick
3030
and simple.
31+
32+
Cliff
33+
------
34+
35+
`Cliff <https://cliff.readthedocs.org/en/latest>`_ is a framework for building command line programs.
36+
It uses setuptools entry points to provide subcommands, output formatters, and other extensions. The framework
37+
is meant to be used to create multi-level commands such as subversion and git, where the main program handles
38+
some basic argument parsing and then invokes a sub-command to do the work.

0 commit comments

Comments
 (0)
0