| 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 3cfb07ac78e385091cb1ee735d050d2c18dfaffc..6592736dc552a1c7949d762044df6cb7e06bfcb3 100644
|
| --- a/sdk/lib/_internal/pub/lib/src/command.dart
|
| +++ b/sdk/lib/_internal/pub/lib/src/command.dart
|
| @@ -17,6 +17,7 @@ import 'command/get.dart';
|
| import 'command/help.dart';
|
| import 'command/lish.dart';
|
| import 'command/list_package_dirs.dart';
|
| +import 'command/run.dart';
|
| import 'command/serve.dart';
|
| import 'command/upgrade.dart';
|
| import 'command/uploader.dart';
|
| @@ -253,6 +254,7 @@ _initCommands() {
|
| 'deps': new DepsCommand(),
|
| 'list-package-dirs': new ListPackageDirsCommand(),
|
| 'publish': new LishCommand(),
|
| + 'run': new RunCommand(),
|
| 'serve': new ServeCommand(),
|
| 'upgrade': new UpgradeCommand(),
|
| 'uploader': new UploaderCommand(),
|
|
|