diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-01-30 21:34:22 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2014-02-01 00:40:32 -0600 |
commit | 5b65ddaf9e54f0c5de4f600a0c8b8a6c84a89bef (patch) | |
tree | f51444e2c432d1c03a926f65611f084a14412420 /python/argcomplete/README | |
parent | 2aae5f217858838dc413061f64503953e6457a3d (diff) |
python/argcomplete: Updated for version 0.6.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/argcomplete/README')
-rw-r--r-- | python/argcomplete/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/argcomplete/README b/python/argcomplete/README index 56969271222f..d4c36cf332ca 100644 --- a/python/argcomplete/README +++ b/python/argcomplete/README @@ -5,5 +5,10 @@ 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 activate-global-python-argcomplete script once you install this package |