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

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

Issue 2377063002: Make "--no-packages-dir" the default. (Closed)
Patch Set: Revise. 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/get.dart
diff --git a/lib/src/command/get.dart b/lib/src/command/get.dart
index ea2b900bfe67b86191729a5d7cc3d1876ee8bcd9..96db4d7e534d58a13301e83ba08da6d427565609 100644
--- a/lib/src/command/get.dart
+++ b/lib/src/command/get.dart
@@ -27,7 +27,7 @@ class GetCommand 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