# File lib/puppet/util/settings.rb, line 45
45:     def optparse_addargs(options)
46:         # Add all of the config parameters as valid options.
47:         self.each { |name, setting|
48:             options << setting.optparse_args
49:         }
50: 
51:         return options
52:     end