PhpBrew\Command\ExtensionCommand\ShowCommand::options PHP Method

options() public method

public options ( $opts )
    public function options($opts)
    {
        $opts->add('download', 'download the extensino source if extension not found.');
    }