Jarves\Command\ContentImportCommand::configure PHP 메소드

configure() 보호된 메소드

protected configure ( )
    protected function configure()
    {
        parent::configure();
        $this->setName('jarves:content:import')->addOption('watch', null, InputOption::VALUE_NONE, "Watches for file changes and reimports")->setDescription('Imports website data from the package in app/jarves');
    }