2014-01-14 17:43:03 +01:00
|
|
|
Bash tab completion for argparse.
|
|
|
|
|
|
|
|
Tab complete all the things!
|
|
|
|
|
|
|
|
Argcomplete provides easy, extensible command line tab completion of arguments
|
|
|
|
for your Python script.
|
|
|
|
|
2014-01-30 15:34:22 +01:00
|
|
|
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:
|
2015-06-09 17:30:24 +02:00
|
|
|
You need to run (as root) 'activate-global-python-argcomplete' script once you
|
|
|
|
install this package.
|
2019-05-14 19:47:40 +02:00
|
|
|
|
|
|
|
Optional dependency: python3
|