mirror of
https://github.com/inspec/inspec
synced 2024-12-03 18:09:32 +00:00
Merge pull request #326 from chef/sr/fix-format-exec
remove format default for `inspec exec`
This commit is contained in:
commit
e653dca59b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue