# File lib/puppet/util/settings.rb, line 34
34:   def addargs(options)
35:     # Add all of the config parameters as valid options.
36:     self.each { |name, setting|
37:       setting.getopt_args.each { |args| options << args }
38:     }
39: 
40:     options
41:   end