Laravel\Envoy\Console\TasksCommand::configure PHP Method

configure() protected method

Configure the command options.
protected configure ( ) : void
return void
    protected function configure()
    {
        $this->setName('tasks')->setDescription('Lists all Envoy tasks and macros.');
    }