# File lib/mercenary/option.rb, line 36
    def for_option_parser
      [short, long, return_type, description].flatten.reject{ |o| o.to_s.empty? }
    end