CraftCli\Command\InstallPluginCommand::getArguments PHP Method

getArguments() protected method

protected getArguments ( )
    protected function getArguments()
    {
        return array(array('repo', InputArgument::REQUIRED, 'Name of Github repository. (ex. pixelandtonic/Events)'), array('branch', InputArgument::OPTIONAL, 'Which branch? (Default: master)'));
    }