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

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

Issue 228703006: Add “pub cache repair” to forcibly re-install previously cached packages. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Revise. Created 6 years, 8 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 a7af4aadbf06fab06547a78133bb7fd4b852f15b..168008c90c8a5b397af50722726df22e91bf7f9d 100644
--- a/sdk/lib/_internal/pub/test/pub_test.dart
+++ b/sdk/lib/_internal/pub/test/pub_test.dart
@@ -93,7 +93,8 @@ main() {
-h, --help Print usage information for this command.
Available subcommands:
- add Install a package.
+ add Install a package.
+ repair Reinstall cached packages.
''');
});
@@ -131,7 +132,8 @@ main() {
-h, --help Print usage information for this command.
Available subcommands:
- add Install a package.
+ add Install a package.
+ repair Reinstall cached packages.
''',
exitCode: exit_codes.USAGE);
});
@@ -176,7 +178,8 @@ main() {
-h, --help Print usage information for this command.
Available subcommands:
- add Install a package.
+ add Install a package.
+ repair Reinstall cached packages.
''',
exitCode: exit_codes.USAGE);
});
@@ -277,7 +280,8 @@ main() {
-h, --help Print usage information for this command.
Available subcommands:
- add Install a package.
+ add Install a package.
+ repair Reinstall cached packages.
''',
exitCode: exit_codes.USAGE);
});

Powered by Google App Engine
This is Rietveld 408576698