Method: Inspec::BaseCLI.profile_options
- Defined in:
- lib/inspec/base_cli.rb
.profile_options ⇒ Object
67 68 69 70 |
# File 'lib/inspec/base_cli.rb', line 67 def self. option :profiles_path, type: :string, desc: 'Folder which contains referenced profiles.' end |