Method: Inspec::Config::Defaults.for_command

Defined in:
lib/inspec/config.rb

.for_command(command_name) ⇒ Object



446
447
448
# File 'lib/inspec/config.rb', line 446

def self.for_command(command_name)
  DEFAULTS[command_name] || {}
end