Method: Inspec::BaseCLI.supermarket_options
- Defined in:
- lib/inspec/base_cli.rb
.supermarket_options ⇒ Object
154 155 156 157 |
# File 'lib/inspec/base_cli.rb', line 154 def self. option :supermarket_url, type: :string, desc: "Specify the URL of a private Chef Supermarket." end |