Browse Source
python/click: README update.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/299/head
fourtysixandtwo
5 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with
2 additions and
0 deletions
-
python/click/README
|
|
@ -9,6 +9,8 @@ It aims to make the process of writing command line tools quick and |
|
|
|
fun while also preventing any frustration caused by the inability to |
|
|
|
implement an intended CLI API. |
|
|
|
|
|
|
|
NOTE: click-8.1.x is the last version to support python-3.9 |
|
|
|
|
|
|
|
NOTE: |
|
|
|
-Use click-legacy7 if you need click<=8 and/or python2 support |
|
|
|
|
|
|
|