Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(132)

Unified Diff: pkg/analyzer-experimental/bin/analyzer.dart

Issue 12049028: Options parsing cleanup. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pkg/analyzer-experimental/lib/options.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer-experimental/bin/analyzer.dart
===================================================================
--- pkg/analyzer-experimental/bin/analyzer.dart (revision 17426)
+++ pkg/analyzer-experimental/bin/analyzer.dart (working copy)
@@ -36,7 +36,7 @@
*/
Future<AnalysisResult> run(List<String> args) {
- var options = CommandLineOptions.parse(args);
+ var options = new CommandLineOptions.parse(args);
if (options == null) {
return new Future.immediate(new AnalysisResult.forFailure());
}
« no previous file with comments | « no previous file | pkg/analyzer-experimental/lib/options.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698