Method: CSD::Extensions::Core::OptionParser#subheadline

Defined in:
lib/csd/extensions/core/option_parser.rb

#subheadline(text) ⇒ Object

Inserts an indented headline to the options help output.



27
28
29
# File 'lib/csd/extensions/core/option_parser.rb', line 27

def subheadline(text)
  separator(@summary_indent + text)
end