Caffeinated\Modules\Console\Commands\ModuleMigrateResetCommand::getOptions PHP Method

getOptions() protected method

Get the console command options.
protected getOptions ( ) : array
return array
    protected function getOptions()
    {
        return [['database', null, InputOption::VALUE_OPTIONAL, 'The database connection to use.'], ['force', null, InputOption::VALUE_NONE, 'Force the operation to run while in production.'], ['pretend', null, InputOption::VALUE_OPTIONAL, 'Dump the SQL queries that would be run.'], ['seed', null, InputOption::VALUE_OPTIONAL, 'Indicates if the seed task should be re-run.']];
    }