mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +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,
|
option :command, aliases: :c,
|
||||||
desc: 'A single command string to run instead of launching the shell'
|
desc: 'A single command string to run instead of launching the shell'
|
||||||
option :format, type: :string, default: nil, hide: true,
|
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
|
def shell_func
|
||||||
diagnose
|
diagnose
|
||||||
o = opts.dup
|
o = opts.dup
|
||||||
|
|
Loading…
Add table
Reference in a new issue