summaryrefslogtreecommitdiffstats
path: root/python/argcomplete/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/argcomplete/README')
-rw-r--r--python/argcomplete/README14
1 files changed, 0 insertions, 14 deletions
diff --git a/python/argcomplete/README b/python/argcomplete/README
deleted file mode 100644
index f0ba50a1ae..0000000000
--- a/python/argcomplete/README
+++ /dev/null
@@ -1,14 +0,0 @@
-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 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.