Contao\CoreBundle\Command\AutomatorCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('contao:automator')->setDefinition([new InputArgument('task', InputArgument::OPTIONAL, $this)])->setDescription('Runs automator tasks on the command line.');
    }