Add command line arguments -diff_command and -multi_diff. (#495)

Flag -diff_command selects the diff command used for -mode=diff.  The boolean
flag -multi_diff indicates whether the diff command can compare more than two
files at once in the manner of tkdiff.

Update def.bzl to support the new command line arguments.
Use POSIX flags for the find command run in runner.bash.template.
Convert runner.bash.template to use xargs, so it will not fail when the number
of BUILD files is large.
3 files changed
tree: f079aee7101ba7c56319eb282ea34675e57b3b0c
  1. .bazelci/
  2. api_proto/
  3. build/
  4. build_proto/
  5. buildifier/
  6. buildifier2/
  7. buildozer/
  8. bzlenv/
  9. config/
  10. convertast/
  11. deps_proto/
  12. differ/
  13. edit/
  14. extra_actions_base_proto/
  15. file/
  16. generatetables/
  17. lang/
  18. tables/
  19. testutils/
  20. unused_deps/
  21. warn/
  22. wspace/
  23. .gitignore
  24. BUILD.bazel
  25. CONTRIBUTING.md
  26. CONTRIBUTORS
  27. LICENSE
  28. README.md
  29. status.sh
  30. update_generated.sh
  31. WARNINGS.md
  32. WORKSPACE
README.md

Buildtools for bazel

This repository contains developer tools for working with Google's bazel buildtool.

Build status

Setup

See instructions in each tool's directory.