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

Unified Diff: lib/src/command_runner.dart

Issue 1292933003: Hide the --package-symlinks flag. (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | test/pub_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/command_runner.dart
diff --git a/lib/src/command_runner.dart b/lib/src/command_runner.dart
index 02b933e84001bbea52da279d4dbe0c9690b8aba5..2f3c4387bd5a39194e537fee2c3ed333f104d641 100644
--- a/lib/src/command_runner.dart
+++ b/lib/src/command_runner.dart
@@ -61,7 +61,7 @@ class PubCommandRunner extends CommandRunner {
argParser.addFlag('with-prejudice', hide: !isAprilFools,
negatable: false, help: 'Execute commands with prejudice.');
argParser.addFlag('package-symlinks',
- negatable: true, defaultsTo: true,
+ negatable: true, defaultsTo: true, hide: true,
help: "Generate packages/ directories when installing packages.");
addCommand(new BuildCommand());
« no previous file with comments | « no previous file | test/pub_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698