Jarves\Command\ContentImportCommand::configure PHP Method

configure() protected method

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');
    }