Ipalaus\Geonames\Commands\SeedCommand::getOptions PHP Method

getOptions() protected method

Get the console command options.
protected getOptions ( ) : array
return array
    protected function getOptions()
    {
        return array_merge(array(array('country', null, InputOption::VALUE_REQUIRED, 'Seed a specific country instead.'), array('path', null, InputOption::VALUE_REQUIRED, 'Path where files are located.')), parent::getOptions());
    }
SeedCommand