Merge pull request #326 from chef/sr/fix-format-exec

remove format default for `inspec exec`
This commit is contained in:
Christoph Hartmann 2015-12-17 18:10:15 +01:00
commit e653dca59b

View file

@ -81,7 +81,7 @@ class InspecCLI < Thor # rubocop:disable Metrics/ClassLength
option :id, type: :string,
desc: 'Attach a profile ID to all test results'
target_options
option :format, type: :string, default: 'progress'
option :format, type: :string
def exec(*tests)
diagnose