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

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

Issue 365993007: Support "pub downgrade". (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review Created 6 years, 5 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 | sdk/lib/_internal/pub/lib/src/command/downgrade.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.dart
diff --git a/sdk/lib/_internal/pub/lib/src/command.dart b/sdk/lib/_internal/pub/lib/src/command.dart
index 5f0df64ae1daee3acc16c1d281e46c36e43b54da..0a0119c5b95faed26e383d7c565b2b51c9267184 100644
--- a/sdk/lib/_internal/pub/lib/src/command.dart
+++ b/sdk/lib/_internal/pub/lib/src/command.dart
@@ -13,6 +13,7 @@ import 'package:path/path.dart' as path;
import 'command/build.dart';
import 'command/cache.dart';
import 'command/deps.dart';
+import 'command/downgrade.dart';
import 'command/get.dart';
import 'command/global.dart';
import 'command/help.dart';
@@ -263,6 +264,7 @@ _initCommands() {
'build': new BuildCommand(),
'cache': new CacheCommand(),
'deps': new DepsCommand(),
+ 'downgrade': new DowngradeCommand(),
'global': new GlobalCommand(),
'get': new GetCommand(),
'help': new HelpCommand(),
« no previous file with comments | « no previous file | sdk/lib/_internal/pub/lib/src/command/downgrade.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698