Potsky\LaravelLocalizationHelpers\Command\LocalizationFind::getOptions PHP Method

getOptions() protected method

Get the console command options.
protected getOptions ( ) : array
return array
    protected function getOptions()
    {
        return array(array('regex', 'r', InputOption::VALUE_NONE, 'Argument is a regular expression'), array('short', 's', InputOption::VALUE_NONE, 'Short path relative to the laravel project'));
    }