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

Unified Diff: sdk/lib/_internal/pub_generated/lib/src/command/cache_add.dart

Issue 887223007: Revert "Use native async/await support in pub." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 10 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_generated/lib/src/command/cache_add.dart
diff --git a/sdk/lib/_internal/pub/lib/src/command/cache_add.dart b/sdk/lib/_internal/pub_generated/lib/src/command/cache_add.dart
similarity index 96%
copy from sdk/lib/_internal/pub/lib/src/command/cache_add.dart
copy to sdk/lib/_internal/pub_generated/lib/src/command/cache_add.dart
index 453ccbd0957a54bb0667880bf078c48d69220ac4..1ad264662d0df13683913247bc68a2a8f86e5730 100644
--- a/sdk/lib/_internal/pub/lib/src/command/cache_add.dart
+++ b/sdk/lib/_internal/pub_generated/lib/src/command/cache_add.dart
@@ -22,12 +22,12 @@ class CacheAddCommand extends PubCommand {
String get docUrl => "http://dartlang.org/tools/pub/cmd/pub-cache.html";
CacheAddCommand() {
- argParser.addFlag("all",
+ argParser.addFlag(
+ "all",
help: "Install all matching versions.",
negatable: false);
- argParser.addOption("version", abbr: "v",
- help: "Version constraint.");
+ argParser.addOption("version", abbr: "v", help: "Version constraint.");
}
Future run() {

Powered by Google App Engine
This is Rietveld 408576698