duxet\Rethinkdb\Console\Model\ModelMakeCommand::getOptions PHP Method

getOptions() protected method

Get the console command options.
protected getOptions ( ) : array
return array
    protected function getOptions()
    {
        return [['migration', 'm', InputOption::VALUE_NONE, 'Create a new migration file for the model.']];
    }