Index: utils/apidoc/apidoc.dart |
diff --git a/utils/apidoc/apidoc.dart b/utils/apidoc/apidoc.dart |
index fe4e617b5be906f53d59124ee7fbc0becc4878b9..df41c3b1feef249a9d908f92bd77b7ff9ac436fb 100644 |
--- a/utils/apidoc/apidoc.dart |
+++ b/utils/apidoc/apidoc.dart |
@@ -30,9 +30,7 @@ import 'package:path/path.dart' as path; |
HtmlDiff _diff; |
-void main() { |
- final args = new Options().arguments; |
- |
+void main(List<String> args) { |
int mode = MODE_STATIC; |
String outputDir = 'docs'; |
bool generateAppCache = false; |