Add "pub global list" command to show all globally activated packages.
Clean up global_packages.dart. BUG=http://dartbug.com/19962 R=rnystrom@google.com Review URL: https://codereview.chromium.org//489823002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@39466 260f80e4-7a28-3924-810f-c04153c831b5
Showing
- lib/src/command/global.dart 2 additions, 0 deletionslib/src/command/global.dart
- lib/src/command/global_list.dart 21 additions, 0 deletionslib/src/command/global_list.dart
- lib/src/global_packages.dart 48 additions, 34 deletionslib/src/global_packages.dart
- test/global/deactivate/git_package_test.dart 1 addition, 1 deletiontest/global/deactivate/git_package_test.dart
- test/global/deactivate/path_package_test.dart 1 addition, 1 deletiontest/global/deactivate/path_package_test.dart
- test/global/list_test.dart 76 additions, 0 deletionstest/global/list_test.dart
lib/src/command/global_list.dart
0 → 100644
test/global/list_test.dart
0 → 100644
Please register or sign in to comment