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

Unified Diff: lib/src/command_runner.dart

Issue 2250643003: Add a --[no]-packages-dir flag. (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: Created 4 years, 4 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_runner.dart
diff --git a/lib/src/command_runner.dart b/lib/src/command_runner.dart
index 22fb5c6579a421dd55eaf19a461239d428e2ab84..3e0083cbd6ac635dacc39238a998c8d9ac57e2cd 100644
--- a/lib/src/command_runner.dart
+++ b/lib/src/command_runner.dart
@@ -60,9 +60,6 @@ class PubCommandRunner extends CommandRunner {
negatable: false, help: 'Execute commands with prejudice.');
argParser.addFlag('sparkle', hide: !isAprilFools,
negatable: false, help: 'A more sparkly experience.');
- argParser.addFlag('package-symlinks',
- negatable: true, defaultsTo: true, hide: true,
- help: "Generate packages/ directories when installing packages.");
addCommand(new BuildCommand());
addCommand(new CacheCommand());
« no previous file with comments | « lib/src/command/upgrade.dart ('k') | lib/src/entrypoint.dart » ('j') | lib/src/entrypoint.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698