-q will quiet the animation, too
parent
e010d70913
commit
a45b21b6bf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue