TasksCommand
class TasksCommand extends Command (View source)
Command that runs sake list tasks
under the hood to list all of the available tasks.
Useful when you have too many tasks to show in the main commands list.
Note the description is blue so it stands out, to avoid developers missing it if they add a new task and suddenly they don't see the tasks in their main commands list anymore.
Methods
Details
__construct()
No description
void
setApplication(Application|null $application)
No description
void
complete(CompletionInput $input, CompletionSuggestions $suggestions)
No description
bool
isHidden()
No description
protected int
execute(InputInterface $input, OutputInterface $output)
No description
protected
configure()
No description