menu
puby package
documentation
command.dart
GlobalCommand
run method
run method
dark_mode
light_mode
run
method
Future
<
int
>
run
(
{
required
List
<
Project
>
projects
,
})
Run the command
Implementation
Future<int> run({required List<Project> projects}) => _run(this, projects);
puby package
documentation
command
GlobalCommand
run method
GlobalCommand class