PhpBrew\Command\SwitchCommand::arguments PHP Method

arguments() public method

public arguments ( $args )
    public function arguments($args)
    {
        $args->add('installed php')->validValues(function () {
            return BuildFinder::findMatchedBuilds();
        });
    }