Chromium Code Reviews| Index: pkg/docgen/bin/docgen.dart |
| diff --git a/pkg/docgen/bin/docgen.dart b/pkg/docgen/bin/docgen.dart |
| index 6222b0f4786b15262130e6a9151b74438b7767bc..057d2d20e05c12642161f1ba30c15e6ace33bb8b 100644 |
| --- a/pkg/docgen/bin/docgen.dart |
| +++ b/pkg/docgen/bin/docgen.dart |
| @@ -52,6 +52,8 @@ ArgParser initArgParser() { |
| help: 'Flag to include private declarations.', negatable: false); |
| parser.addFlag('include-sdk', |
| help: 'Flag to parse SDK Library files.', negatable: false); |
| + parser.addFlag('parse-sdk', |
|
Andrei Mouravski
2013/06/26 04:42:11
More help text needed. Explain what it does in a f
|
| + help: 'Parses the SDK.', defaultsTo: false, negatable: false); |
| return parser; |
| } |