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

getOptions() protected method

protected getOptions ( )
    protected function getOptions()
    {
        return [array('plain', 'p', InputOption::VALUE_NONE, 'Generate a plain module (without some resources).'), array('force', null, InputOption::VALUE_NONE, 'Force the operation to run when module already exist.')];
    }