Method: Inspec::InspecCLI#exec
- Defined in:
- lib/inspec/cli.rb
#exec(*targets) ⇒ Object
143 144 145 146 147 148 149 150 |
# File 'lib/inspec/cli.rb', line 143 def exec(*targets) diagnose configure_logger(opts) o = opts.dup # run tests run_tests(targets, o) end |