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