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

Unified Diff: utils/pub/command_update.dart

Issue 10805017: Add a "help" command to Pub. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix test failures Created 8 years, 5 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
Index: utils/pub/command_update.dart
diff --git a/utils/pub/command_update.dart b/utils/pub/command_update.dart
index b5386eb4df1ad7216294b30590818d775c07486a..c1b5168c295b9d4f8e393ef25e14f292c08d4c2d 100644
--- a/utils/pub/command_update.dart
+++ b/utils/pub/command_update.dart
@@ -13,6 +13,8 @@ class UpdateCommand extends PubCommand {
String get description() =>
"update the current package's dependencies to the latest versions";
+ String get usage() => 'pub update';
+
Future onRun() {
print("Not implemented.");
}
« no previous file with comments | « utils/pub/command_list.dart ('k') | utils/pub/command_version.dart » ('j') | utils/pub/pub.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698