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

Unified Diff: sdk/lib/_internal/pub/lib/src/command_update.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
Index: sdk/lib/_internal/pub/lib/src/command_update.dart
diff --git a/sdk/lib/_internal/pub/lib/src/command_update.dart b/sdk/lib/_internal/pub/lib/src/command_update.dart
index b54cb64195f5dbb62568d8a157a42ab21f455bde..147e92582123761497eded42ac6a22cbe49b61e4 100644
--- a/sdk/lib/_internal/pub/lib/src/command_update.dart
+++ b/sdk/lib/_internal/pub/lib/src/command_update.dart
@@ -5,9 +5,10 @@
library command_update;
import 'dart:async';
+
+import 'command.dart';
import 'entrypoint.dart';
import 'log.dart' as log;
-import 'pub.dart';
/// Handles the `update` pub command.
class UpdateCommand extends PubCommand {
« no previous file with comments | « sdk/lib/_internal/pub/lib/src/command_lish.dart ('k') | sdk/lib/_internal/pub/lib/src/command_uploader.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698