-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
auto-lockedOutdated issues that have been locked by automationOutdated issues that have been locked by automationtype: bugA confirmed bug or unintended behaviorA confirmed bug or unintended behavior
Description
Currently, pip search
exits with the status code 0
under all non-error conditions (as does most of pip itself I'd guess). But this is not very useful for e.g. testing if pip
found a result.
It would be nice if pip search
returned non-zero in case it does not find anything, so it can be used in sh
scripts or lines.
- Bitbucket: https://bitbucket.org/ianb/pip/issue/214
- Originally Reported By:
- Originally Created At: 2011-02-17 10:38:40
Metadata
Metadata
Assignees
Labels
auto-lockedOutdated issues that have been locked by automationOutdated issues that have been locked by automationtype: bugA confirmed bug or unintended behaviorA confirmed bug or unintended behavior