You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve usability of build-toolchain script. (#14785)
This script improves several things:
* Previous it was incredilby easy to accidently mis-use the script. For
example running `build-toolchain -n` would set `BUNDLE_PREFIX` to `-n`.
The new implementation of command line argument parsing is less fragile
and easier to extend.
* Provides `--help` (or `-h`) output.
* Prints the value of several environment variables before running
`build-script`.
* Shows the invocation of `build-script`.
The accepted order of command line arguments has not changed to avoid
breaking existing users of the script.
0 commit comments