| Index: sdk/lib/_internal/pub/lib/src/command/global_run.dart
|
| diff --git a/sdk/lib/_internal/pub/lib/src/command/global_run.dart b/sdk/lib/_internal/pub/lib/src/command/global_run.dart
|
| index 11f08c078cca53606a5d67b32bbf86a23efe6cec..707fdea4c1592f5dbe612908a9c4868d19361f7d 100644
|
| --- a/sdk/lib/_internal/pub/lib/src/command/global_run.dart
|
| +++ b/sdk/lib/_internal/pub/lib/src/command/global_run.dart
|
| @@ -22,7 +22,6 @@ import '../utils.dart';
|
|
|
| /// Handles the `global run` pub command.
|
| class GlobalRunCommand extends PubCommand {
|
| - bool get requiresEntrypoint => false;
|
| bool get takesArguments => true;
|
| bool get allowTrailingOptions => false;
|
| String get description =>
|
|
|