Method: Inspec::BaseCLI.default_options
- Defined in:
- lib/inspec/base_cli.rb
.default_options ⇒ Object
79 80 81 82 83 84 85 86 87 88 89 90 91 92 |
# File 'lib/inspec/base_cli.rb', line 79 def self. { exec: { 'reporter' => ['cli'], 'show_progress' => false, 'color' => true, 'create_lockfile' => true, 'backend_cache' => false, }, shell: { 'reporter' => ['cli'], }, } end |