-q will quiet the animation, too

bug/bundler_fix
Tod Beardsley 2014-10-17 12:32:28 -05:00
parent e010d70913
commit a45b21b6bf
No known key found for this signature in database
GPG Key ID: 1EFFB682ADB9F193
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class Metasploit::Framework::Command::Console < Metasploit::Framework::Command::
when :version
$stderr.puts "Framework Version: #{Metasploit::Framework::VERSION}"
else
spinner
spinner unless parsed_options.options.console.quiet
driver.run
end
end