| 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());
|
|
|