Thomas Van Lenten
Thomas Van Lenten
When I filed this, I was thinking the Markdown docs on the site; but thinking about it again, the generated help might also need to include some more details about...
My $0.02 is that params files are more meant as a way around OS arg limits and generally dealing with lots of args (especially file lists), so they reuse the...
When @mattt suggested configuration files, I was thinking an arg to read a configuration file, so I guess one question here is would configuration files be auto read based on...
@mattt so it becomes a two pass decision? Check/scan command line to see if an explicit configuration is given? 1. No configuration found 1. Check `$CWD` for a standard configuration...
What's not working? A shell piping stdout of one process to stdin of another process doesn't have any impact on the arguments passed to the second process. There are argument...
@WilliamDenniss should this get added to the migration section since gtm-oauth2 used to [auto do this](https://github.com/google/gtm-oauth2/blob/master/Source/GTMOAuth2SignIn.m#L258)?
Maybe because the commit happened on a PR, and eventually a merge commit _pulled_ it over to master?
Also, if the flag needed is too new, then the project can't globally add it because the older blazes won't know about it which likely means bazel would error for...
So the bazel one happens to work as relative to the **bazel** workspace root, not the VSCode root; they may or may not be the same. You can have a...
https://github.com/bazelbuild/vscode-bazel/pull/138 already provides a setting. It just hasn't been included in a release.