mirror of
https://github.com/inspec/inspec
synced 2024-11-10 23:24:18 +00:00
Don't try to fool Thor's option type checker for --airgap on archive command
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
40966bc039
commit
8a05908a87
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ class Inspec::InspecCLI < Inspec::BaseCLI
|
|||
desc: "Generates a tar.gz archive."
|
||||
option :overwrite, type: :boolean, default: false,
|
||||
desc: "Overwrite existing archive."
|
||||
option :airgap, type: :string, default: false, banner: "", # Actually a boolean, but this suppresses the creation of a --no-airgap...
|
||||
option :airgap, type: :boolean, banner: "",
|
||||
desc: "Fallback to using local archives if fetching fails."
|
||||
option :ignore_errors, type: :boolean, default: false,
|
||||
desc: "Ignore profile warnings."
|
||||
|
|
Loading…
Reference in a new issue