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

Unified Diff: lib/src/command/upgrade.dart

Issue 2377063002: Make "--no-packages-dir" the default. (Closed)
Patch Set: Created 4 years, 3 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: lib/src/command/upgrade.dart
diff --git a/lib/src/command/upgrade.dart b/lib/src/command/upgrade.dart
index 25c22f9bcf62d02a433553695fba4932357fb99b..a16d8f294594c7d7dc4666f4719b2bc80107856c 100644
--- a/lib/src/command/upgrade.dart
+++ b/lib/src/command/upgrade.dart
@@ -30,7 +30,7 @@ class UpgradeCommand extends PubCommand {
help: "Precompile executables and transformed dependencies.");
argParser.addFlag('packages-dir',
- negatable: true, defaultsTo: true,
+ negatable: true,
help: "Generate a packages/ directory when installing packages.");
}

Powered by Google App Engine
This is Rietveld 408576698