Method: Inspec::BaseCLI.default_options
- Defined in:
- lib/inspec/base_cli.rb
.default_options ⇒ Object
74 75 76 77 78 79 80 81 82 |
# File 'lib/inspec/base_cli.rb', line 74 def self. { exec: { 'color' => true, 'create_lockfile' => true, 'backend_cache' => false, }, } end |