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

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

Issue 2377063002: Make "--no-packages-dir" the default. (Closed)
Patch Set: Revise again. 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
« no previous file with comments | « no previous file | lib/src/command/get.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/command/downgrade.dart
diff --git a/lib/src/command/downgrade.dart b/lib/src/command/downgrade.dart
index c9d2f7dacdb17f3d624e5df001d86baa895a48f4..a9eef560f3320b841f7868a3ac431a8630812a12 100644
--- a/lib/src/command/downgrade.dart
+++ b/lib/src/command/downgrade.dart
@@ -26,7 +26,7 @@ class DowngradeCommand extends PubCommand {
help: "Report what dependencies would change but don't change any.");
argParser.addFlag('packages-dir',
- negatable: true, defaultsTo: true,
+ negatable: true,
help: "Generate a packages/ directory when installing packages.");
}
« no previous file with comments | « no previous file | lib/src/command/get.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698