Merge pull request #1039 from KayceeIngram/patch-3

Update cli.rst
This commit is contained in:
Bartosz Zaczyński
2020-08-13 11:50:28 +02:00
committed by GitHub
+1 -1
View File
@@ -27,7 +27,7 @@ Some popular command-line applications include:
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.
This “Command-Line Interface Creation Kit” is highly configurable but comes
with good defaults out of the box.