2014-01-14 17:43:03 +01:00
|
|
|
Bash tab completion for argparse.
|
|
|
|
|
|
|
|
Tab complete all the things!
|
|
|
|
|
2022-03-14 09:08:01 +01:00
|
|
|
Argcomplete provides easy, extensible command line tab completion of
|
|
|
|
arguments for your Python script.
|
2014-01-14 17:43:03 +01:00
|
|
|
|
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.
|
|
|
|
|
2022-03-14 09:08:01 +01:00
|
|
|
Note: You need to run (as root) 'activate-global-python-argcomplete'
|
|
|
|
script once you install this package.
|