Skip to content
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

exit with errorcode 1 when a list error occurs #2820

Merged
merged 1 commit into from Feb 8, 2014

Conversation

rolandwalker
Copy link
Contributor

Fixes #2817. This is now more consistent with Homebrew's
list, though not completely, because Homebrew's list
refuses to give any output when there is an invalid Formula
argument. Our list stumbles forward instead, giving such
output as is possible based on valid args, but still exiting
with error when invalid args are seen.

Fixes Homebrew#2817.  This is now more consistent with Homebrew's
`list`, though not completely, because Homebrew's `list`
refuses to give any output when there is an invalid Formula
argument.  Our `list` stumbles forward instead, giving such
output as is possible based on valid args, but still exiting
with error when invalid args are seen.
@phinze
Copy link
Contributor

phinze commented Feb 8, 2014

👍

phinze added a commit that referenced this pull request Feb 8, 2014
exit with errorcode 1 when a list error occurs
@phinze phinze merged commit 081110d into Homebrew:master Feb 8, 2014
@rolandwalker rolandwalker deleted the exit_code_on_list_fail branch February 8, 2014 18:31
@Homebrew Homebrew locked and limited conversation to collaborators May 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

brew cask list foobar exit status
2 participants