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

Unified Diff: tools/gardening/lib/src/util.dart

Issue 2908403002: Add a 'bot.dart' executable to the gardening tools. (Closed)
Patch Set: Address comments. Created 3 years, 7 months 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 | « tools/gardening/bin/status_summary.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gardening/lib/src/util.dart
diff --git a/tools/gardening/lib/src/util.dart b/tools/gardening/lib/src/util.dart
index 66f986944367fe9fb7bfb4fbf7565bca703e2c0c..914e60224356002c8f3500d0b59a95d06613a18d 100644
--- a/tools/gardening/lib/src/util.dart
+++ b/tools/gardening/lib/src/util.dart
@@ -52,6 +52,7 @@ Future<String> readUriAsText(HttpClient client, Uri uri) async {
ArgParser createArgParser() {
ArgParser argParser = new ArgParser();
+ argParser.addFlag('help', help: "Help");
argParser.addFlag('verbose',
abbr: 'v', negatable: false, help: "Turn on logging output.");
argParser.addOption('cache',
« no previous file with comments | « tools/gardening/bin/status_summary.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698