BrowscapPHP\Command\CheckUpdateCommand::configure PHP Method

configure() protected method

Configures the current command.
protected configure ( )
    protected function configure()
    {
        $this->setName('browscap:check-update')->setDescription('Checks if an updated INI file is available.')->addOption('debug', 'd', InputOption::VALUE_NONE, 'Should the debug mode entered?')->addOption('cache', 'c', InputOption::VALUE_OPTIONAL, 'Where the cache files are located', $this->defaultCacheFolder);
    }