Index: sdk/lib/_internal/pub/lib/src/command/cache_list.dart |
diff --git a/sdk/lib/_internal/pub/lib/src/command/cache_list.dart b/sdk/lib/_internal/pub/lib/src/command/cache_list.dart |
index 39d67e68b7466321c61530a2491644f1a4105c61..c4a281179d25684251a6b2214b101ef5e93386f9 100644 |
--- a/sdk/lib/_internal/pub/lib/src/command/cache_list.dart |
+++ b/sdk/lib/_internal/pub/lib/src/command/cache_list.dart |
@@ -16,7 +16,6 @@ class CacheListCommand extends PubCommand { |
String get description => "List packages in the system cache."; |
String get usage => "pub cache list"; |
bool get hidden => true; |
- bool get requiresEntrypoint => false; |
Future onRun() { |
// TODO(keertip): Add flag to list packages from non default sources. |