| Index: lib/src/command/run.dart
|
| diff --git a/lib/src/command/run.dart b/lib/src/command/run.dart
|
| index 04cce11d9522442537cb1fba94a6ab12eb00ad81..ad82c7df42c5747494e909e3da32f8138dac8e70 100644
|
| --- a/lib/src/command/run.dart
|
| +++ b/lib/src/command/run.dart
|
| @@ -12,14 +12,12 @@ import 'package:path/path.dart' as p;
|
| import '../command.dart';
|
| import '../executable.dart';
|
| import '../io.dart';
|
| -import '../log.dart' as log;
|
| import '../utils.dart';
|
|
|
| /// Handles the `run` pub command.
|
| class RunCommand extends PubCommand {
|
| String get name => "run";
|
| - String get description => "Run an executable from a package.\n"
|
| - "NOTE: We are currently optimizing this command's startup time.";
|
| + String get description => "Run an executable from a package.";
|
| String get invocation => "pub run <executable> [args...]";
|
| bool get allowTrailingOptions => false;
|
|
|
|
|