This commit is contained in:
Jürgen Gmach 2020-11-24 22:27:34 +01:00 committed by GitHub
parent d59a4996ae
commit d27806295a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ The generic argcomplete script for bash-completion
uses a python program to determine startup script generated by pip. uses a python program to determine startup script generated by pip.
You can speed up completion somewhat by changing this script to include You can speed up completion somewhat by changing this script to include
# PYTHON_ARGCOMPLETE_OK # PYTHON_ARGCOMPLETE_OK
so the the python-argcomplete-check-easy-install-script does not so the python-argcomplete-check-easy-install-script does not
need to be called to find the entry point of the code and see if that is need to be called to find the entry point of the code and see if that is
marked with PYTHON_ARGCOMPLETE_OK. marked with PYTHON_ARGCOMPLETE_OK.