summaryrefslogtreecommitdiffstats
path: root/python/argcomplete/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis2014-01-30 15:34:22 +0100
committer Robby Workman2014-02-01 07:40:32 +0100
commit5b65ddaf9e54f0c5de4f600a0c8b8a6c84a89bef (patch)
treef51444e2c432d1c03a926f65611f084a14412420 /python/argcomplete/README
parent2aae5f217858838dc413061f64503953e6457a3d (diff)
downloadslackbuilds-5b65ddaf9e54f0c5de4f600a0c8b8a6c84a89bef.tar.gz
python/argcomplete: Updated for version 0.6.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/argcomplete/README')
-rw-r--r--python/argcomplete/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/argcomplete/README b/python/argcomplete/README
index 5696927122..d4c36cf332 100644
--- a/python/argcomplete/README
+++ b/python/argcomplete/README
@@ -5,5 +5,10 @@ Tab complete all the things!
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 activate-global-python-argcomplete script once you install
this package