| 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 ae6ad21e97ee46d3de765d7b4c8624475232f99c..525cd0fd0ecea58aac8262176e5805bbb286e642 100644
|
| --- a/sdk/lib/_internal/pub/test/pub_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/pub_test.dart
|
| @@ -28,18 +28,19 @@ final USAGE_STRING = """
|
| -v, --verbose Shortcut for "--verbosity=all".
|
|
|
| Available commands:
|
| - build Apply transformers to build a package.
|
| - 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.
|
| - serve Run a local web development server.
|
| - upgrade Upgrade the current package's dependencies to latest versions.
|
| - uploader Manage uploaders for a package on pub.dartlang.org.
|
| - version Print pub version.
|
| + build Apply transformers to build a package.
|
| + cache Work with the system cache.
|
| + deps Print package dependencies.
|
| + downgrade Downgrade the current package's dependencies to oldest versions.
|
| + 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.
|
| + serve Run a local web development server.
|
| + upgrade Upgrade the current package's dependencies to latest versions.
|
| + uploader Manage uploaders for a package on pub.dartlang.org.
|
| + version Print pub version.
|
|
|
| Run "pub help [command]" for more information about a command.
|
| See http://dartlang.org/tools/pub for detailed documentation.
|
| @@ -127,18 +128,19 @@ main() {
|
| Could not find a command named "quylthulg".
|
|
|
| Available commands:
|
| - build Apply transformers to build a package.
|
| - 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.
|
| - serve Run a local web development server.
|
| - upgrade Upgrade the current package's dependencies to latest versions.
|
| - uploader Manage uploaders for a package on pub.dartlang.org.
|
| - version Print pub version.
|
| + build Apply transformers to build a package.
|
| + cache Work with the system cache.
|
| + deps Print package dependencies.
|
| + downgrade Downgrade the current package's dependencies to oldest versions.
|
| + 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.
|
| + serve Run a local web development server.
|
| + upgrade Upgrade the current package's dependencies to latest versions.
|
| + uploader Manage uploaders for a package on pub.dartlang.org.
|
| + version Print pub version.
|
| ''',
|
| exitCode: exit_codes.USAGE);
|
| });
|
| @@ -297,18 +299,19 @@ main() {
|
| Could not find a command named "quylthulg".
|
|
|
| Available commands:
|
| - build Apply transformers to build a package.
|
| - 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.
|
| - serve Run a local web development server.
|
| - upgrade Upgrade the current package's dependencies to latest versions.
|
| - uploader Manage uploaders for a package on pub.dartlang.org.
|
| - version Print pub version.
|
| + build Apply transformers to build a package.
|
| + cache Work with the system cache.
|
| + deps Print package dependencies.
|
| + downgrade Downgrade the current package's dependencies to oldest versions.
|
| + 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.
|
| + serve Run a local web development server.
|
| + upgrade Upgrade the current package's dependencies to latest versions.
|
| + uploader Manage uploaders for a package on pub.dartlang.org.
|
| + version Print pub version.
|
| ''',
|
| exitCode: exit_codes.USAGE);
|
| });
|
|
|