| 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'];
|
|
|
|
|