Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(565)

Unified Diff: lib/component_build.dart

Issue 11348323: Add machine flag to our build.dart (Closed) Base URL: git@github.com:dart-lang/dart-web-components.git@master
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/component_build.dart
diff --git a/lib/component_build.dart b/lib/component_build.dart
index f5d6e848e523f6e63535391032aabc8f746fdc2a..9b972d37e2c891cefe69d0503449cd4d7206fec1 100644
--- a/lib/component_build.dart
+++ b/lib/component_build.dart
@@ -98,6 +98,8 @@ ArgResults _processArgs(List<String> arguments) {
..addOption("removed", help: "the file was removed since the last build",
allowMultiple: true)
..addFlag("clean", negatable: false, help: "remove any build artifacts")
+ ..addFlag("machine", negatable: false,
+ help: "produce warnings in a machine parseable format")
..addFlag("help", negatable: false, help: "displays this help and exit");
var args = parser.parse(arguments);
if (args["help"]) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698