summaryrefslogtreecommitdiffstats
path: root/python/argcomplete/README
blob: 26d7e7cee3369df82e1f5183f28c11d600bb09e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.

Optional dependency: python3