Crunz\Console\Command\ScheduleRunCommand::configure PHP Method

configure() protected method

Configures the current command
protected configure ( )
    protected function configure()
    {
        $this->configurable();
        $this->setName('schedule:run')->setDescription('Starts the event runner.')->setDefinition([new InputArgument('source', InputArgument::OPTIONAL, 'The source directory for collecting the task files.', generate_path($this->config('source')))])->setHelp('This command starts the Crunz event runner.');
    }