Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(28)

Unified Diff: sdk/lib/_internal/pub/lib/src/command/cache_list.dart

Issue 397843005: Lazily load the entrypoint. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698