diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-05-14 08:52:54 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-14 19:27:50 +0700 |
commit | 3328c5717a6f98e343ac008d58a4f49186e96e90 (patch) | |
tree | 8b0951d68bca1d93ebc7b54d1a6613a33f1a81e8 /python/click/README | |
parent | cdcb1735df749b0b873a240efa40331cab77a163 (diff) |
python/click: Updated for version 8.1.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/click/README')
-rw-r--r-- | python/click/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/python/click/README b/python/click/README index 8077ac8c9e6a..335070ddc971 100644 --- a/python/click/README +++ b/python/click/README @@ -8,3 +8,10 @@ sensible defaults out of the box. 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: +-Use click-legacy7 if you need click<=8 and/or python2 support + +IMPORTANT: +-Conflicts with click-legacy7 and both cannot be installed at the same + time. |