run method

Future<int> run({
  1. required List<Project> projects,
})

Run the command

Implementation

Future<int> run({required List<Project> projects}) => _run(this, projects);