Skip to content

Commit

Permalink
Added the Ronin logo ASCII art banner to the ronin-exploits command.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Jun 29, 2024
1 parent f30595c commit 315bd69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/ronin/exploits/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#

require 'ronin/exploits/version'
require 'ronin/core/cli/help/banner'

require 'command_kit/commands'
require 'command_kit/commands/auto_load'
Expand All @@ -40,6 +41,7 @@ class CLI
namespace: "#{self}::Commands"
)
include CommandKit::Options::Version
include Core::CLI::Help::Banner

command_name 'ronin-exploits'
version Ronin::Exploits::VERSION
Expand Down

0 comments on commit 315bd69

Please sign in to comment.