summaryrefslogtreecommitdiffstats
path: root/python/click
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-14 04:10:35 -0400
committer B. Watson <yalhcru@gmail.com>2022-03-17 12:37:53 -0400
commit89dfc6bc4274cc77f26bb0a05bf44c180550eed8 (patch)
treea18a311001b5cb12769f51ea9be42d85eaa52456 /python/click
parent1435d87469d54e7fb8a5c2449fd75120fb34973e (diff)
downloadslackbuilds-89dfc6bc4274cc77f26bb0a05bf44c180550eed8.tar.gz
slackbuilds-89dfc6bc4274cc77f26bb0a05bf44c180550eed8.tar.xz
python/click: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/click')
-rw-r--r--python/click/README14
1 files changed, 7 insertions, 7 deletions
diff --git a/python/click/README b/python/click/README
index c402f0ec11..8077ac8c9e 100644
--- a/python/click/README
+++ b/python/click/README
@@ -1,10 +1,10 @@
$ click_
- Click is a Python package for creating beautiful command line interfaces
- in a composable way with as little code as necessary. It's the "Command
- Line Interface Creation Kit". It's highly configurable but comes with
- sensible defaults out of the box.
+Click is a Python package for creating beautiful command line interfaces
+in a composable way with as little code as necessary. It's the "Command
+Line Interface Creation Kit". It's highly configurable but comes with
+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
+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.