/**
 * Configure the command.
 *
 * @return  void
 *
 * @since   4.1.0
 */
protected function configure() : void
{
    $help = "<info>%command.name%</info> lists all scheduled tasks.\n\t\t\nUsage: <info>php %command.full_name%</info>";
    $this->setDescription('List all scheduled tasks');
    $this->setHelp($help);
}