Nwidart\Modules\Commands\PublishConfigurationCommand::getOptions PHP Method

getOptions() protected method

protected getOptions ( ) : array
return array
    protected function getOptions()
    {
        return [['--force', '-f', InputOption::VALUE_NONE, 'Force the publishing of config files']];
    }