# File lib/thor/options.rb, line 24
        def convert_key(key)
          key.kind_of?(Symbol) ? key.to_s : key
        end