# File lib/fission/command_helpers.rb, line 27
    def parse_arguments
      option_parser.parse! @args
    rescue OptionParser::InvalidOption => e
      output e
      output_and_exit "\n#{self.class.help}", 1
    end