Skip to content

Commit

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

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

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

command_name 'ronin-vulns'
version Ronin::Vulns::VERSION
Expand Down

0 comments on commit e4a1ee6

Please sign in to comment.