Sha256: 911ffda521b91f1d58de7d9e65d0c8298ce943ee9b99af12b1d1554d8ec6ddeb
Contents?: true
Size: 371 Bytes
Versions: 12
Compression:
Stored size: 371 Bytes
Contents
# -*- encoding: UTF-8 -*- # This file gets eval'ed by the global options parser in lib/csd/rb opts.on("--force-geforce","Skip graphical card checking and force to install GeForce drivers") do |value| self.force_geforce = value end opts.on("--force-radeon","Skip graphical card checking and force to install Radeon drivers") do |value| self.force_radeon = value end
Version data entries
12 entries across 12 versions & 1 rubygems