slackbuilds/python/argcomplete
Dimitris Zlatanidis 979475e4db
python/argcomplete: Updated for version 1.10.3.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
2019-12-07 23:19:25 +07:00
..
README python/argcomplete: Updated for version 1.10.0. 2019-05-18 07:22:22 +07:00
argcomplete.SlackBuild python/argcomplete: Updated for version 1.10.3. 2019-12-07 23:19:25 +07:00
argcomplete.info python/argcomplete: Updated for version 1.10.3. 2019-12-07 23:19:25 +07:00
doinst.sh python/argcomplete: Updated for version 0.6.9. 2014-02-01 00:40:32 -06:00
slack-desc

README

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