| Index: sdk/lib/_internal/pub/lib/src/command/global_activate.dart
|
| diff --git a/sdk/lib/_internal/pub/lib/src/command/global_activate.dart b/sdk/lib/_internal/pub/lib/src/command/global_activate.dart
|
| index 5c3e523702551ccd4af9ca58761d92652ded93c0..6fc25e3020d4978e9b1b39330ec8a50bd12be8e7 100644
|
| --- a/sdk/lib/_internal/pub/lib/src/command/global_activate.dart
|
| +++ b/sdk/lib/_internal/pub/lib/src/command/global_activate.dart
|
| @@ -14,7 +14,6 @@ import '../version.dart';
|
| class GlobalActivateCommand extends PubCommand {
|
| String get description => "Make a package's executables globally available.";
|
| String get usage => "pub global activate <package> [version]";
|
| - bool get requiresEntrypoint => false;
|
| bool get takesArguments => true;
|
|
|
| Future onRun() {
|
|
|