| Index: sdk/lib/_internal/dartdoc/bin/dartdoc.dart
|
| diff --git a/sdk/lib/_internal/dartdoc/bin/dartdoc.dart b/sdk/lib/_internal/dartdoc/bin/dartdoc.dart
|
| index e510c1e99046d32a3fede8a12ec6576a16c6e752..e852a10a841ff25fd8413c8756e60466a2d58f5f 100644
|
| --- a/sdk/lib/_internal/dartdoc/bin/dartdoc.dart
|
| +++ b/sdk/lib/_internal/dartdoc/bin/dartdoc.dart
|
| @@ -180,7 +180,7 @@ main() {
|
|
|
| final entrypoints = <Path>[];
|
| try {
|
| - final option = argParser.parse(args);
|
| + final option = argParser.parse(args, continueParsing: true);
|
|
|
| // This checks to see if the root of all entrypoints is the same.
|
| // If it is not, then we display a warning, as package imports might fail.
|
|
|