File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -28,3 +28,10 @@ rather than written down by imperatively. It is targetting especially unsophisti
2828users, programmers, sys-admins, scientists and in general people writing throw-away
2929scripts for themselves, choosing the command-line interface because it is quick
3030and simple.
31+
32+ Cliff
33+ ------
34+ `Cliff <https://cliff.readthedocs.org/en/latest >`_ is a framework for building command line programs.
35+ It uses setuptools entry points to provide subcommands, output formatters, and other extensions. The framework
36+ is meant to be used to create multi-level commands such as subversion and git, where the main program handles
37+ some basic argument parsing and then invokes a sub-command to do the work.
You can’t perform that action at this time.
0 commit comments