N98\Magento\Command\OpenBrowserCommand::isEnabled PHP Method

isEnabled() public method

public isEnabled ( ) : boolean
return boolean
    public function isEnabled()
    {
        return Exec::allowed();
    }