mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
add missed 'html' to 'format' option explanation (#2244)
Signed-off-by: Anton Markelov <doublic@gmail.com>
This commit is contained in:
parent
78c2a55945
commit
09a2f677d5
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ class Inspec::InspecCLI < Inspec::BaseCLI # rubocop:disable Metrics/ClassLength
|
|||
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: 'Which formatter to use: cli, progress, documentation, json, json-min, junit'
|
||||
desc: 'Which formatter to use: cli, documentation, html, json, json-min, junit, progress'
|
||||
def shell_func
|
||||
diagnose
|
||||
o = opts.dup
|
||||
|
|
Loading…
Reference in a new issue