Method: Inspec::BaseCLI.default_options

Defined in:
lib/inspec/base_cli.rb

.default_optionsObject



98
99
100
101
102
103
104
105
106
107
108
109
110
111
# File 'lib/inspec/base_cli.rb', line 98

def self.default_options
  {
    exec: {
      'reporter' => ['cli'],
      'show_progress' => false,
      'color' => true,
      'create_lockfile' => true,
      'backend_cache' => true,
    },
    shell: {
      'reporter' => ['cli'],
    },
  }
end