Recca0120\Terminal\Console\Commands\Composer::getOptions PHP Méthode

getOptions() protected méthode

Get the console command options.
protected getOptions ( ) : array
Résultat array
    protected function getOptions()
    {
        return [['command', null, InputOption::VALUE_OPTIONAL]];
    }