Method: Inspec::BaseCLI.profile_options
- Defined in:
- lib/inspec/base_cli.rb
.profile_options ⇒ Object
119 120 121 122 123 124 |
# File 'lib/inspec/base_cli.rb', line 119 def self. option :profiles_path, type: :string, desc: "Folder which contains referenced profiles." option :vendor_cache, type: :string, desc: "Use the given path for caching dependencies. (default: ~/.inspec/cache)" end |