lib/inspec/cli.rb in inspec-2.3.28 vs lib/inspec/cli.rb in inspec-3.0.0

- old
+ new

@@ -211,11 +211,9 @@ desc 'shell', 'open an interactive debugging shell' target_options option :command, aliases: :c, desc: 'A single command string to run instead of launching the shell' - option :format, type: :string, default: nil, hide: true, - desc: '[DEPRECATED] Please use --reporter - this will be removed in InSpec 3.0' option :reporter, type: :array, banner: 'one two:/output/file/path', desc: 'Enable one or more output reporters: cli, documentation, html, progress, json, json-min, json-rspec, junit' option :depends, type: :array, default: [], desc: 'A space-delimited list of local folders containing profiles whose libraries and resources will be loaded into the new shell'