Skip to content

Commit

Permalink
Updated name of generation script in template
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelvanstraten committed Sep 8, 2023
1 parent f6616bf commit ca40cbc
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Sources/CodeGen/templates/extension.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// {{ filename }}
//
//
// Created by Autogen on {{ creation_date }}.
// Created by CodeGen on {{ creation_date }}.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion Sources/SwiftyRedis/CodeGen/Commands/acl.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// acl.swift
//
//
// Created by Autogen on 19.05.23.
// Created by CodeGen on 08.09.23.
//
import Foundation
extension RedisConnection {
Expand Down
2 changes: 1 addition & 1 deletion Sources/SwiftyRedis/CodeGen/Commands/client.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// client.swift
//
//
// Created by Autogen on 19.05.23.
// Created by CodeGen on 08.09.23.
//
import Foundation
extension RedisConnection {
Expand Down
2 changes: 1 addition & 1 deletion Sources/SwiftyRedis/CodeGen/Commands/cluster.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// cluster.swift
//
//
// Created by Autogen on 19.05.23.
// Created by CodeGen on 08.09.23.
//
import Foundation
extension RedisConnection {
Expand Down
2 changes: 1 addition & 1 deletion Sources/SwiftyRedis/CodeGen/Commands/command.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// command.swift
//
//
// Created by Autogen on 19.05.23.
// Created by CodeGen on 08.09.23.
//
import Foundation
extension RedisConnection {
Expand Down
2 changes: 1 addition & 1 deletion Sources/SwiftyRedis/CodeGen/Commands/config.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// config.swift
//
//
// Created by Autogen on 19.05.23.
// Created by CodeGen on 08.09.23.
//
import Foundation
extension RedisConnection {
Expand Down
2 changes: 1 addition & 1 deletion Sources/SwiftyRedis/CodeGen/Commands/containerless.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// containerless.swift
//
//
// Created by Autogen on 19.05.23.
// Created by CodeGen on 08.09.23.
//
import Foundation
extension RedisConnection {
Expand Down
2 changes: 1 addition & 1 deletion Sources/SwiftyRedis/CodeGen/Commands/function.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// function.swift
//
//
// Created by Autogen on 19.05.23.
// Created by CodeGen on 08.09.23.
//
import Foundation
extension RedisConnection {
Expand Down
2 changes: 1 addition & 1 deletion Sources/SwiftyRedis/CodeGen/Commands/latency.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// latency.swift
//
//
// Created by Autogen on 19.05.23.
// Created by CodeGen on 08.09.23.
//
import Foundation
extension RedisConnection {
Expand Down
2 changes: 1 addition & 1 deletion Sources/SwiftyRedis/CodeGen/Commands/memory.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// memory.swift
//
//
// Created by Autogen on 19.05.23.
// Created by CodeGen on 08.09.23.
//
import Foundation
extension RedisConnection {
Expand Down
2 changes: 1 addition & 1 deletion Sources/SwiftyRedis/CodeGen/Commands/module.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// module.swift
//
//
// Created by Autogen on 19.05.23.
// Created by CodeGen on 08.09.23.
//
import Foundation
extension RedisConnection {
Expand Down
2 changes: 1 addition & 1 deletion Sources/SwiftyRedis/CodeGen/Commands/object.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// object.swift
//
//
// Created by Autogen on 19.05.23.
// Created by CodeGen on 08.09.23.
//
import Foundation
extension RedisConnection {
Expand Down
2 changes: 1 addition & 1 deletion Sources/SwiftyRedis/CodeGen/Commands/pubsub.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// pubsub.swift
//
//
// Created by Autogen on 19.05.23.
// Created by CodeGen on 08.09.23.
//
import Foundation
extension RedisConnection {
Expand Down
2 changes: 1 addition & 1 deletion Sources/SwiftyRedis/CodeGen/Commands/script.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// script.swift
//
//
// Created by Autogen on 19.05.23.
// Created by CodeGen on 08.09.23.
//
import Foundation
extension RedisConnection {
Expand Down
2 changes: 1 addition & 1 deletion Sources/SwiftyRedis/CodeGen/Commands/sentinel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// sentinel.swift
//
//
// Created by Autogen on 19.05.23.
// Created by CodeGen on 08.09.23.
//
import Foundation
extension RedisConnection {
Expand Down
2 changes: 1 addition & 1 deletion Sources/SwiftyRedis/CodeGen/Commands/slowlog.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// slowlog.swift
//
//
// Created by Autogen on 19.05.23.
// Created by CodeGen on 08.09.23.
//
import Foundation
extension RedisConnection {
Expand Down
2 changes: 1 addition & 1 deletion Sources/SwiftyRedis/CodeGen/Commands/xgroup.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// xgroup.swift
//
//
// Created by Autogen on 19.05.23.
// Created by CodeGen on 08.09.23.
//
import Foundation
extension RedisConnection {
Expand Down
2 changes: 1 addition & 1 deletion Sources/SwiftyRedis/CodeGen/Commands/xinfo.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// xinfo.swift
//
//
// Created by Autogen on 19.05.23.
// Created by CodeGen on 08.09.23.
//
import Foundation
extension RedisConnection {
Expand Down

0 comments on commit ca40cbc

Please sign in to comment.