| Index: utils/pub/command_install.dart
|
| diff --git a/utils/pub/command_install.dart b/utils/pub/command_install.dart
|
| index 433b7725df83c12d983af194ec0a2c66f3f05020..8c8351e9beb0e970ecd813a78abd05ac696bd316 100644
|
| --- a/utils/pub/command_install.dart
|
| +++ b/utils/pub/command_install.dart
|
| @@ -11,6 +11,8 @@
|
| class InstallCommand extends PubCommand {
|
| String get description() => "install the current package's dependencies";
|
|
|
| + String get usage() => 'pub install';
|
| +
|
| Future onRun() {
|
| return entrypoint.installDependencies().transform((_) {
|
| print('Dependencies installed!');
|
|
|