lib/inspec/cli.rb in inspec-3.0.64 vs lib/inspec/cli.rb in inspec-3.1.3

- old
+ new

@@ -24,9 +24,15 @@ desc: 'Location to send diagnostic log messages to. (default: STDOUT or Inspec::Log.error)' class_option :diagnose, type: :boolean, desc: 'Show diagnostics (versions, configurations)' + class_option :color, type: :boolean, + desc: 'Use colors in output.' + + class_option :interactive, type: :boolean, + desc: 'Allow or disable user interaction' + desc 'json PATH', 'read all tests in PATH and generate a JSON summary' option :output, aliases: :o, type: :string, desc: 'Save the created profile to a path' option :controls, type: :array, desc: 'A list of controls to include. Ignore all other tests.'