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

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

Issue 492573002: Mention startup time in help for pub run. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 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 | « sdk/lib/_internal/pub/lib/src/command/global_run.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/pub/lib/src/command/run.dart
diff --git a/sdk/lib/_internal/pub/lib/src/command/run.dart b/sdk/lib/_internal/pub/lib/src/command/run.dart
index 34ac72839e5d72f26b7297e603e0448975e7aa1e..9881b6de19fa273d0f41797ff47e3ba4a3c4b5ed 100644
--- a/sdk/lib/_internal/pub/lib/src/command/run.dart
+++ b/sdk/lib/_internal/pub/lib/src/command/run.dart
@@ -15,7 +15,8 @@ import '../utils.dart';
class RunCommand extends PubCommand {
bool get takesArguments => true;
bool get allowTrailingOptions => false;
- String get description => "Run an executable from a package.";
+ String get description => "Run an executable from a package.\n"
+ "NOTE: We are currently optimizing this command's startup time.";
String get usage => "pub run <executable> [args...]";
Future onRun() {
« no previous file with comments | « sdk/lib/_internal/pub/lib/src/command/global_run.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698