11 12 13
# File 'lib/brute_cli/cli/commands/version.rb', line 11 def call(**) puts "brute #{BruteCli::VERSION}" end