mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 06:46:17 +00:00
Update cli.rst
This commit is contained in:
@@ -27,7 +27,7 @@ Some popular command-line applications include:
|
|||||||
Click
|
Click
|
||||||
*****
|
*****
|
||||||
|
|
||||||
`click <http://click.pocoo.org/>`_ is a Python package for creating
|
`click <https://click.palletsprojects.com>`_ is a Python package for creating
|
||||||
command-line interfaces in a composable way with as little code as possible.
|
command-line interfaces in a composable way with as little code as possible.
|
||||||
This “Command-Line Interface Creation Kit” is highly configurable but comes
|
This “Command-Line Interface Creation Kit” is highly configurable but comes
|
||||||
with good defaults out of the box.
|
with good defaults out of the box.
|
||||||
|
|||||||
Reference in New Issue
Block a user