Pantheon\Terminus\Config::getGlobalOptionDefaultValues PHP Метод

getGlobalOptionDefaultValues() публичный Метод

    public function getGlobalOptionDefaultValues()
    {
        // We deliberately do not want to return any of the values from
        // the parent function here.  Any global CLI options that Terminus
        // adds should be defined here in an associative array that
        // returns the key => default value of the global options.
        return [];
    }