-
Notifications
You must be signed in to change notification settings - Fork 222
jc --pip-show does not handle -f option #642
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Looks like
This does not:
|
Here is a fix - it can probably be improved:
Verified tests pass:
Verified it fixes the issue:
I'd prefer if |
Thanks! I can implement this and also add a |
Thank you! Since this never worked for |
Yes, I forgot to check the Schema:
Sounds like a plan! |
pip show
supports the-f
option to show a list of installed files, see https://pip.pypa.io/en/stable/cli/pip_show/#pip-show , example:jc
does not like it:It would be great if this was supported.
The text was updated successfully, but these errors were encountered: