Method: Inspec::BaseCLI.profile_options

Defined in:
lib/inspec/base_cli.rb

.profile_optionsObject



95
96
97
98
99
100
# File 'lib/inspec/base_cli.rb', line 95

def self.profile_options
  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