Files
resgen.swift/Sources/ResgenSwift/Generate/Runnable/Runnable.swift
T
l.perret f0131e0828
gitea-openium/resgen.swift/pipeline/head There was a failure building this commit
Add Swiftlint
2023-12-08 17:10:21 +01:00

13 lines
181 B
Swift

//
// ShellCommandable.swift
//
//
// Created by Thibaut Schmitt on 30/08/2022.
//
import Foundation
protocol Runnable {
func run(projectDirectory: String, force: Bool)
}