| Index: utils/pub/command_help.dart
|
| diff --git a/utils/pub/command_help.dart b/utils/pub/command_help.dart
|
| index 36738e92a57aad634ef42def1a9cebbf895e8195..5cdde938da40854f0c09552cbe7b26f72c25b520 100644
|
| --- a/utils/pub/command_help.dart
|
| +++ b/utils/pub/command_help.dart
|
| @@ -10,6 +10,7 @@
|
| class HelpCommand extends PubCommand {
|
| String get description => "display help information for Pub";
|
| String get usage => 'pub help [command]';
|
| + bool get requiresEntrypoint => false;
|
|
|
| Future onRun() {
|
| if (commandOptions.rest.isEmpty()) {
|
|
|