diff options
| author | robot-piglet <[email protected]> | 2024-02-07 09:24:12 +0300 |
|---|---|---|
| committer | robot-piglet <[email protected]> | 2024-02-07 09:33:45 +0300 |
| commit | 4c04a8d1e278e6ca7ff16c11b74b2f16fc144253 (patch) | |
| tree | 0a699b9d4f7438f50bc455e9dd968e6398cd00f9 /contrib/python/argcomplete | |
| parent | 09b8f5f927fecb680d6fce776c5ec49a11b1dd31 (diff) | |
Intermediate changes
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) |
