activateArgs property

  1. @override
List<String> get activateArgs

pub global activate arguments

Implementation

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