Index: sdk/lib/_internal/pub/lib/src/command/help.dart |
diff --git a/sdk/lib/_internal/pub/lib/src/command/help.dart b/sdk/lib/_internal/pub/lib/src/command/help.dart |
index 191be6576a09e81ad338a04d3a03c09267d1ce65..a69171de9096682fe5bd0ec105a40ca6be421575 100644 |
--- a/sdk/lib/_internal/pub/lib/src/command/help.dart |
+++ b/sdk/lib/_internal/pub/lib/src/command/help.dart |
@@ -16,6 +16,7 @@ class HelpCommand extends PubCommand { |
String get description => "Display help information for Pub."; |
String get usage => 'pub help [command]'; |
bool get requiresEntrypoint => false; |
+ bool get takesArguments => true; |
Future onRun() { |
if (commandOptions.rest.isEmpty) { |