Skip to content

Commit a45b21b

Browse files
author
Tod Beardsley
committed
-q will quiet the animation, too
1 parent e010d70 commit a45b21b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/metasploit/framework/command/console.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def start
2525
when :version
2626
$stderr.puts "Framework Version: #{Metasploit::Framework::VERSION}"
2727
else
28-
spinner
28+
spinner unless parsed_options.options.console.quiet
2929
driver.run
3030
end
3131
end

0 commit comments

Comments
 (0)