We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I always start an empty .bazelrc with --test_output=errors
.bazelrc
--test_output=errors
and it has no effect because lines that don't start with a command don't work.
Would be nice if you underline that with a diagnostic that I needed to write test --test_output=errors
test --test_output=errors
The text was updated successfully, but these errors were encountered:
Would probably wrap this into a feature to provide diagnostics for missing/unknown commands in addition to unknown/deprecated flags.
Sorry, something went wrong.
No branches or pull requests
I always start an empty
.bazelrc
with--test_output=errors
and it has no effect because lines that don't start with a command don't work.
Would be nice if you underline that with a diagnostic that I needed to write
test --test_output=errors
The text was updated successfully, but these errors were encountered: