class CommandLineBoss

def parse_options

Other tags:
    Api: - private

Returns:
  • (void) -

Raises:
  • (SystemExit) - if the command line arguments are invalid
def parse_options
  parser.parse!(args)
rescue OptionParser::ParseError => e
  add_error_message(e.message)
end