revealTasks method
Reveals all tasks potentially used by the command.
Implementation
@override
List<TaskCommand> revealTasks() => [
CheckToolsTask(this, logger),
CheckFSTask(this, logger),
];
Reveals all tasks potentially used by the command.
@override
List<TaskCommand> revealTasks() => [
CheckToolsTask(this, logger),
CheckFSTask(this, logger),
];