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

Unified Diff: utils/tests/pub/pub_test.dart

Issue 11569046: Add a pub command for managing uploaders for packages. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review changes Created 8 years 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 | « utils/tests/pub/pub_lish_test.dart ('k') | utils/tests/pub/pub_uploader_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/tests/pub/pub_test.dart
diff --git a/utils/tests/pub/pub_test.dart b/utils/tests/pub/pub_test.dart
index 4ad65ad65c9acff19402280bda196ab17ffe8592..fd8e5c71bcc2bd7e4c020667d7f215ff891d8f35 100644
--- a/utils/tests/pub/pub_test.dart
+++ b/utils/tests/pub/pub_test.dart
@@ -27,11 +27,12 @@ final USAGE_STRING = """
-v, --verbose Shortcut for "--verbosity=all"
Available commands:
- help Display help information for Pub.
- install Install the current package's dependencies.
- publish Publish the current package to pub.dartlang.org.
- update Update the current package's dependencies to the latest versions.
- version Print pub version.
+ help Display help information for Pub.
+ install Install the current package's dependencies.
+ publish Publish the current package to pub.dartlang.org.
+ update Update the current package's dependencies to the latest versions.
+ uploader Manage uploaders for a package on pub.dartlang.org.
+ version Print pub version.
Use "pub help [command]" for more information about a command.
""";
« no previous file with comments | « utils/tests/pub/pub_lish_test.dart ('k') | utils/tests/pub/pub_uploader_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698