PhpBrew\Command\CleanCommand::options PHP 메소드

options() 공개 메소드

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