# File lib/hammer_cli/options/matcher.rb, line 38
      def get_attribute_value(option, attribute_name)
        option.send(attribute_name)
      rescue NoMethodError
        nil
      end