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