We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58708aa commit 26f17b4Copy full SHA for 26f17b4
bin/dartdoc.dart
@@ -47,10 +47,9 @@ main(List<String> arguments) async {
47
}
48
49
final bool sdkDocs = args['sdk-docs'];
50
+ final bool showProgress = args['show-progress'];
51
- final showProgress = args['show-progress'] as bool;
52
-
53
- var readme = args['sdk-readme'] as String;
+ final String readme = args['sdk-readme'];
54
if (readme != null && !(new File(readme).existsSync())) {
55
stderr.writeln(
56
" fatal error: unable to locate the SDK description file at $readme.");
0 commit comments