pub global activate arguments
pub global activate
@override List<String> get activateArgs => [ '--source', sourceType, gitUrl, if (gitPath != null) ...['--git-path', gitPath!], if (gitRef != null) ...['--git-ref', gitRef!], ];