We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c495044 commit 4d78b26Copy full SHA for 4d78b26
src/cli.rb
@@ -11,7 +11,8 @@ module VBiosFinder
11
@@wd
12
class CLI < Thor
13
desc 'extract <bios update file>'.colorize(:blue), 'attempts to extract an embedded vbios from a bios update'
14
- def extract file=nil, wd="#{Dir.pwd}/tmp-vbiosfinder"
+ def extract file=nil
15
+ wd = "#{Dir.pwd}/tmp-vbiosfinder"
16
if file.nil?
17
puts "no file specified".colorize(:red)
18
return
0 commit comments