mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Merge pull request #421 from gregimba/master
Added click a new cli to the cli page
This commit is contained in:
@@ -11,6 +11,14 @@ filled with very useful tools for developing commandline applications.
|
|||||||
It supports features such as; CLI Colors and Indents, Simple and Powerful
|
It supports features such as; CLI Colors and Indents, Simple and Powerful
|
||||||
Column Printer, Iterator based progress bar and Implicit argument handling.
|
Column Printer, Iterator based progress bar and Implicit argument handling.
|
||||||
|
|
||||||
|
Click
|
||||||
|
-----
|
||||||
|
|
||||||
|
`click <http://click.pocoo.org/>`_ is a Python package for creating command
|
||||||
|
line interfaces in a composable way with as little amount of code as
|
||||||
|
necessary. It’s the “Command Line Interface Creation Kit”. It’s highly
|
||||||
|
configurable but comes with good defaults out of the box.
|
||||||
|
|
||||||
docopt
|
docopt
|
||||||
------
|
------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user