Method: Puppet::Interface::Action#display_global_options

Defined in:
lib/puppet/interface/action.rb

#display_global_options(*args) ⇒ Object Also known as: display_global_option

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



328
329
330
# File 'lib/puppet/interface/action.rb', line 328

def display_global_options(*args)
  args ? add_display_global_options(args) : @display_global_options + @face.display_global_options
end