kislyuk / argcomplete

Python and tab completion, better together.
https://kislyuk.github.io/argcomplete/
Apache License 2.0
1.41k stars 133 forks source link

help finding out in which file PYTHON_ARGCOMPLETE_OK needs to be added #35

Open AvdN opened 11 years ago

AvdN commented 11 years ago

When adding argcomplete to packages for which you did not write setup.py yourself, it is sometimes guesswork which file should be marked with PYTHON_ARGCOMPLETE_OK.

A --verbose option for python-argcomplete-check-easy-install-script could give some helpful feedback

kislyuk commented 11 years ago

The script python-argcomplete-check-easy-install-script is for internal use by the package only. I suppose it needs a help message to that effect.

I agree that entry points into some packages could be hard to find, and the docs can be improved in this regard.