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

Unified Diff: sdk/lib/_internal/pub/lib/src/command_install.dart

Issue 14092006: Move pub's arg parsing to bin/pub.dart. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 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 | « sdk/lib/_internal/pub/lib/src/command_help.dart ('k') | sdk/lib/_internal/pub/lib/src/command_lish.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/pub/lib/src/command_install.dart
diff --git a/sdk/lib/_internal/pub/lib/src/command_install.dart b/sdk/lib/_internal/pub/lib/src/command_install.dart
index 7497a27d7b781554f14e477ea2113c9e3ef9fbd6..d51b553250bf101619744997cd5d29a2f8769102 100644
--- a/sdk/lib/_internal/pub/lib/src/command_install.dart
+++ b/sdk/lib/_internal/pub/lib/src/command_install.dart
@@ -6,9 +6,9 @@ library command_install;
import 'dart:async';
+import 'command.dart';
import 'entrypoint.dart';
import 'log.dart' as log;
-import 'pub.dart';
/// Handles the `install` pub command.
class InstallCommand extends PubCommand {
« no previous file with comments | « sdk/lib/_internal/pub/lib/src/command_help.dart ('k') | sdk/lib/_internal/pub/lib/src/command_lish.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698