Index: sdk/lib/_internal/pub/lib/src/command.dart |
diff --git a/sdk/lib/_internal/pub/lib/src/command.dart b/sdk/lib/_internal/pub/lib/src/command.dart |
index 1765c108aad97d816a8ad2485f27bf822159e037..82e66c7823e5b1bb75c021343512963fc3d23bcb 100644 |
--- a/sdk/lib/_internal/pub/lib/src/command.dart |
+++ b/sdk/lib/_internal/pub/lib/src/command.dart |
@@ -295,6 +295,8 @@ ArgParser _initArgParser() { |
}); |
argParser.addFlag('verbose', abbr: 'v', negatable: false, |
help: 'Shortcut for "--verbosity=all".'); |
+ argParser.addFlag('with-prejudice', hide: !isAprilFools, negatable: false, |
+ help: 'Execute commands with prejudice.'); |
// Register the commands. |
PubCommand.mainCommands.forEach((name, command) { |