class Entree::CLI
Public Instance Methods
audit(target)
click to toggle source
# File lib/entree/cli.rb, line 10 def audit(target) report(message: "auditing #{target}", color: "blue") do ap Audit.new(target).run, index: false end end