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(), |