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

Unified Diff: sdk/lib/_internal/pub/lib/src/command/upgrade.dart

Issue 27000011: Exit with an error on unexpected command line arguments. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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/lib/src/command/upgrade.dart
diff --git a/sdk/lib/_internal/pub/lib/src/command/upgrade.dart b/sdk/lib/_internal/pub/lib/src/command/upgrade.dart
index 65f710f91a0cb3e2f14fc2203201c9f9f18f47e0..2f0add7b66f26d51d1c59ee3f19da530f016ae31 100644
--- a/sdk/lib/_internal/pub/lib/src/command/upgrade.dart
+++ b/sdk/lib/_internal/pub/lib/src/command/upgrade.dart
@@ -16,6 +16,7 @@ class UpgradeCommand extends PubCommand {
"Upgrade the current package's dependencies to latest versions.";
String get usage => 'pub upgrade [dependencies...]';
final aliases = const ["update"];
+ bool get takesArguments => true;
bool get isOffline => commandOptions['offline'];

Powered by Google App Engine
This is Rietveld 408576698