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

Unified Diff: pkg/fletchc/lib/src/verbs/documentation.dart

Issue 1422853009: Add mDNS discovery to the Fletch compiler (Closed) Base URL: git@github.com:dart-lang/fletch.git@master
Patch Set: Fixed warning in test Created 5 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 | « pkg/fletchc/lib/src/verbs/actions.dart ('k') | pkg/fletchc/lib/src/verbs/x_discover_verb.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/fletchc/lib/src/verbs/documentation.dart
diff --git a/pkg/fletchc/lib/src/verbs/documentation.dart b/pkg/fletchc/lib/src/verbs/documentation.dart
index a8be2c1b1a32f6087903d98ce761244b3ced8e36..a9a339cc8fe8f8b7e169adc41292c07e4dd569ad 100644
--- a/pkg/fletchc/lib/src/verbs/documentation.dart
+++ b/pkg/fletchc/lib/src/verbs/documentation.dart
@@ -160,3 +160,8 @@ const String upgradeDocumentation = """
Upgrade the agent used in session to the version provided in the
.deb package <package-file>
""";
+
+// TODO(lukechurch): Review UX.
+const String discoverDocumentation = """
+ x-discover Discover Fletch capable devices available
+""";
« no previous file with comments | « pkg/fletchc/lib/src/verbs/actions.dart ('k') | pkg/fletchc/lib/src/verbs/x_discover_verb.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698