CraftCli\Command\InstallCraftCommand::getOptions PHP Method

getOptions() protected method

protected getOptions ( )
    protected function getOptions()
    {
        return array(array('terms', 't', InputOption::VALUE_NONE, 'I agree to the terms and conditions (https://buildwithcraft.com/license)', null), array('public', 'p', InputOption::VALUE_REQUIRED, 'Rename the public folder.', null), array('overwrite', 'o', InputOption::VALUE_NONE, 'Overwrite existing installation.', null));
    }