Method: Inspec::BaseCLI.profile_options

Defined in:
lib/utils/base_cli.rb

.profile_optionsObject



44
45
46
47
# File 'lib/utils/base_cli.rb', line 44

def self.profile_options
  option :profiles_path, type: :string,
    desc: 'Folder which contains referenced profiles.'
end