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

Unified Diff: sdk/lib/_internal/pub/test/pub_test.dart

Issue 342763003: Show partial reports in pub get, serve, and build. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Revise. Created 6 years, 6 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
Index: sdk/lib/_internal/pub/test/pub_test.dart
diff --git a/sdk/lib/_internal/pub/test/pub_test.dart b/sdk/lib/_internal/pub/test/pub_test.dart
index 80d4dc848d090fd07c0865ffcd6cc3674b089757..585b3f4eca29f03c0f92ac9bb72199227911a1ea 100644
--- a/sdk/lib/_internal/pub/test/pub_test.dart
+++ b/sdk/lib/_internal/pub/test/pub_test.dart
@@ -70,6 +70,7 @@ main() {
Usage: pub get
-h, --help Print usage information for this command.
--[no-]offline Use cached packages instead of accessing the network.
+ -n, --dry-run Report what dependencies would change but don't change any.
''');
});
@@ -81,6 +82,7 @@ main() {
Usage: pub get
-h, --help Print usage information for this command.
--[no-]offline Use cached packages instead of accessing the network.
+ -n, --dry-run Report what dependencies would change but don't change any.
''');
});
@@ -199,6 +201,7 @@ main() {
Usage: pub get
-h, --help Print usage information for this command.
--[no-]offline Use cached packages instead of accessing the network.
+ -n, --dry-run Report what dependencies would change but don't change any.
''');
});

Powered by Google App Engine
This is Rietveld 408576698