summaryrefslogtreecommitdiffstats
path: root/python/argcomplete
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-14 04:08:01 -0400
committer B. Watson <yalhcru@gmail.com>2022-03-17 12:37:53 -0400
commit6d80d380375260a91092e1a468e2bde10ca6dd06 (patch)
treeac8b549923f898a4a49357e85041f6821eb56d40 /python/argcomplete
parentec0ff38c8bc34b656da20759695bb2bd0748d755 (diff)
downloadslackbuilds-6d80d380375260a91092e1a468e2bde10ca6dd06.tar.gz
slackbuilds-6d80d380375260a91092e1a468e2bde10ca6dd06.tar.xz
python/argcomplete: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/argcomplete')
-rw-r--r--python/argcomplete/README9
1 files changed, 4 insertions, 5 deletions
diff --git a/python/argcomplete/README b/python/argcomplete/README
index f0ba50a1ae..169b9560ca 100644
--- a/python/argcomplete/README
+++ b/python/argcomplete/README
@@ -2,13 +2,12 @@ Bash tab completion for argparse.
Tab complete all the things!
-Argcomplete provides easy, extensible command line tab completion of arguments
-for your Python script.
+Argcomplete provides easy, extensible command line tab completion of
+arguments for your Python script.
Argcomplete is particularly useful if your program has lots of options
or subparsers, and if your program can dynamically suggest completions
for your argument/option values.
-Note:
-You need to run (as root) 'activate-global-python-argcomplete' script once you
-install this package.
+Note: You need to run (as root) 'activate-global-python-argcomplete'
+script once you install this package.