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

configure() protected method

Configures the current command
protected configure ( )
    protected function configure()
    {
        $this->configurable();
        $this->setName('schedule:list')->setDescription('Displays the list of scheduled tasks.')->setDefinition([new InputArgument('source', InputArgument::OPTIONAL, 'The source directory for collecting the tasks.', generate_path($this->config('source')))])->setHelp('This command displays the scheduled tasks in a tabular format.');
    }