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

Unified Diff: runtime/observatory/lib/cli.dart

Issue 848393005: Command line parsing utilities. Not yet used in observatory. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 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
Index: runtime/observatory/lib/cli.dart
diff --git a/tests/compiler/dart2js/http_launch_data/http_launch_main.dart b/runtime/observatory/lib/cli.dart
similarity index 77%
copy from tests/compiler/dart2js/http_launch_data/http_launch_main.dart
copy to runtime/observatory/lib/cli.dart
index 68ea63472f29d5b7d7d4de8a863c4d05cd7db0bd..1043724a65649fe16b021fe36f72bc8a9c2b3ea6 100644
--- a/tests/compiler/dart2js/http_launch_data/http_launch_main.dart
+++ b/runtime/observatory/lib/cli.dart
@@ -2,9 +2,8 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
+library cli;
-import 'lib1.dart';
+import 'dart:async';
-main() {
- print(foo());
-}
+part 'src/cli/command.dart';
« no previous file with comments | « no previous file | runtime/observatory/lib/src/cli/command.dart » ('j') | runtime/observatory/lib/src/cli/command.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698