diff options
Diffstat (limited to 'contrib/python/argcomplete')
3 files changed, 3 insertions, 2 deletions
diff --git a/contrib/python/argcomplete/py3/.dist-info/METADATA b/contrib/python/argcomplete/py3/.dist-info/METADATA index c86dfbcaf55..4fe1c2bb9ee 100644 --- a/contrib/python/argcomplete/py3/.dist-info/METADATA +++ b/contrib/python/argcomplete/py3/.dist-info/METADATA @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: argcomplete -Version: 3.2.1 +Version: 3.2.2 Summary: Bash tab completion for argparse Home-page: https://github.com/kislyuk/argcomplete Author: Andrey Kislyuk diff --git a/contrib/python/argcomplete/py3/argcomplete/bash_completion.d/_python-argcomplete b/contrib/python/argcomplete/py3/argcomplete/bash_completion.d/_python-argcomplete index 3023ff289ed..502bf5effc6 100644 --- a/contrib/python/argcomplete/py3/argcomplete/bash_completion.d/_python-argcomplete +++ b/contrib/python/argcomplete/py3/argcomplete/bash_completion.d/_python-argcomplete @@ -144,6 +144,7 @@ _python_argcomplete_global() { __python_argcomplete_expand_tilde_by_ref executable else executable="${words[1]}" + __python_argcomplete_expand_tilde_by_ref executable req_argv=( "${words[@]:1}" ) fi diff --git a/contrib/python/argcomplete/py3/ya.make b/contrib/python/argcomplete/py3/ya.make index ceca768f4d3..4f82b20e4e8 100644 --- a/contrib/python/argcomplete/py3/ya.make +++ b/contrib/python/argcomplete/py3/ya.make @@ -2,7 +2,7 @@ PY3_LIBRARY() -VERSION(3.2.1) +VERSION(3.2.2) LICENSE(Apache-2.0) |
