Support all of `pub global activate`'s cli parameters
Open
- Dominant language
- Dart
- Stars
- 266
- Forks
- 36
- Avg merge
- 23h 25m
- Merged PRs (30d)
- 2
Description
Strawman:
`Pub.global.activate('git://github.com/foo/unreleased.git', source: PackageSource.git)`
`new PubApp.global('git://github.com/foo/unreleased.git', source: PackageSource.git)`
``` dart
enum PackageSource { hosted, git, path }
```
Contributor guide
Assessment
This issue has not been assessed yet.