mirror of
https://github.com/inspec/inspec
synced 2025-03-03 06:47:22 +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,
|
option :id, type: :string,
|
||||||
desc: 'Attach a profile ID to all test results'
|
desc: 'Attach a profile ID to all test results'
|
||||||
target_options
|
target_options
|
||||||
option :format, type: :string, default: 'progress'
|
option :format, type: :string
|
||||||
def exec(*tests)
|
def exec(*tests)
|
||||||
diagnose
|
diagnose
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue