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

Unified Diff: sdk/lib/_internal/pub/lib/src/command/global_deactivate.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/global_deactivate.dart
diff --git a/sdk/lib/_internal/pub/lib/src/command/global_deactivate.dart b/sdk/lib/_internal/pub/lib/src/command/global_deactivate.dart
index 6d03f55519f436c42dcfa3a3d9e86280045a6abf..585d9d1524988d8795bba22fc2cb0581cd2e581a 100644
--- a/sdk/lib/_internal/pub/lib/src/command/global_deactivate.dart
+++ b/sdk/lib/_internal/pub/lib/src/command/global_deactivate.dart
@@ -13,7 +13,6 @@ import '../utils.dart';
class GlobalDeactivateCommand extends PubCommand {
String get description => "Remove a previously activated package.";
String get usage => "pub global deactivate <package>";
- bool get requiresEntrypoint => false;
bool get takesArguments => true;
Future onRun() {

Powered by Google App Engine
This is Rietveld 408576698