Fedeisas\LaravelJsRoutes\Commands\RoutesJavascriptCommand::getOptions PHP Method

getOptions() protected method

Get the console command options.
protected getOptions ( ) : array
return array
    protected function getOptions()
    {
        return [['path', 'p', InputOption::VALUE_OPTIONAL, 'Path to assets directory.', base_path()], ['filter', 'f', InputOption::VALUE_OPTIONAL, 'Custom route filter.', null], ['object', 'o', InputOption::VALUE_OPTIONAL, 'Custom JS object.', 'Router'], ['prefix', 'prefix', InputOption::VALUE_OPTIONAL, 'Custom route prefix.', null]];
    }