Module: Facter::DefaultOptions

Included in:
Options
Defined in:
lib/framework/core/options/default_options.rb

Constant Summary collapse

DEFAULT_LOG_LEVEL =
:warn

Instance Method Summary collapse

Instance Method Details

#augment_with_defaults!Object



5
6
7
8
# File 'lib/framework/core/options/default_options.rb', line 5

def augment_with_defaults!
  cli_defaults
  global_defaults
end

#augment_with_to_hash_defaults!Object



12
13
14
# File 'lib/framework/core/options/default_options.rb', line 12

def augment_with_to_hash_defaults!
  @options[:show_legacy] = true
end