Method: Inspec::BaseCLI.supermarket_options

Defined in:
lib/inspec/base_cli.rb

.supermarket_optionsObject



154
155
156
157
# File 'lib/inspec/base_cli.rb', line 154

def self.supermarket_options
  option :supermarket_url, type: :string,
    desc: "Specify the URL of a private Chef Supermarket."
end