PhpBrew\Command\CleanCommand::options PHP Method

options() public method

public options ( $opts )
    public function options($opts)
    {
        $opts->add('a|all', 'Remove all the files in the source directory of the PHP distribution.');
    }