/**
 * Initialise the command.
 *
 * @return  void
 *
 * @since   4.0.0
 */
protected function configure() : void
{
    $help = "<info>%command.name%</info> puts the site into online mode\n\t\t\t\t\nUsage: <info>php %command.full_name%</info>";
    $this->setDescription('Put the site into online mode');
    $this->setHelp($help);
}