CraftCli\Command\InstallPluginCommand::getOptions PHP Method

getOptions() protected method

protected getOptions ( )
    protected function getOptions()
    {
        return array(array('overwrite', 'o', InputOption::VALUE_NONE, 'Overwrite existing installation.', null));
    }