commit | 9f73447603a598ea7f98f8c6ed6f1f8ce1f0a89f | [log] [tgz] |
---|---|---|
author | ccalvarin <ccalvarin@google.com> | Tue Oct 24 20:44:05 2017 +0200 |
committer | Dmitry Lomov <dslomov@google.com> | Wed Oct 25 16:46:07 2017 +0200 |
tree | 8de7d34f02aa3d92a65583128b4483b3124ee9c5 | |
parent | 11b64fd1d37810524feb55093f482197aa9c785d [diff] |
Split out command line handling into its own file. This code is pretty self-contained: the command dispatcher needs to do options processing all at once, before initializing the command's environment. Splitting it out into its own file makes this more obviously a single step, which is less error prone. For changing --config, we will need to gate the behavior on the value of a startup option. This change will make it easier to isolate the new behavior from the old, since everything does not have to be kept in the same class. RELNOTES: None. PiperOrigin-RevId: 173288367
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel only rebuilds what is necessary. With advanced local and distributed caching, optimized dependency analysis and parallel execution, you get fast and incremental builds.
One tool, multiple languages: Build and test Java, C++, Android, iOS, Go and a wide variety of other language platforms. Bazel runs on Windows, macOS, and Linux.
Scalable: Bazel helps you scale your organization, codebase and Continuous Integration system. It handles codebases of any size, in multiple repositories or a huge monorepo.
Extensible to your needs: Easily add support for new languages and platforms with Bazel's familiar extension language. Share and re-use language rules written by the growing Bazel community.
Follow our tutorials:
See CONTRIBUTING.md
Bazel is released in ‘Beta’. See the product roadmap to learn about the path toward a stable 1.0 release.