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

Unified Diff: sdk/lib/_internal/pub/test/pub_test.dart

Issue 331593012: Add a "global activate" command to pub. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Revise. Created 6 years, 6 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: sdk/lib/_internal/pub/test/pub_test.dart
diff --git a/sdk/lib/_internal/pub/test/pub_test.dart b/sdk/lib/_internal/pub/test/pub_test.dart
index 3ac83ac5995c033732b264fa415d55fc7512b040..cd32d73c7de09b2799cb4f3ac9caa5fbfd49cb2a 100644
--- a/sdk/lib/_internal/pub/test/pub_test.dart
+++ b/sdk/lib/_internal/pub/test/pub_test.dart
@@ -32,6 +32,7 @@ final USAGE_STRING = """
cache Work with the system cache.
deps Print package dependencies.
get Get the current package's dependencies.
+ global Work with global packages.
help Display help information for Pub.
publish Publish the current package to pub.dartlang.org.
run Run an executable from a package.
@@ -120,6 +121,7 @@ main() {
cache Work with the system cache.
deps Print package dependencies.
get Get the current package's dependencies.
+ global Work with global packages.
help Display help information for Pub.
publish Publish the current package to pub.dartlang.org.
run Run an executable from a package.
@@ -270,6 +272,7 @@ main() {
cache Work with the system cache.
deps Print package dependencies.
get Get the current package's dependencies.
+ global Work with global packages.
help Display help information for Pub.
publish Publish the current package to pub.dartlang.org.
run Run an executable from a package.

Powered by Google App Engine
This is Rietveld 408576698