# File lib/slop/commands.rb, line 155
    def to_hash
      Hash[commands.map { |k, v| [k.to_sym, v.to_hash] }]
    end