Loris Perret abb7c8f8c8
Some checks failed
gitea-openium/resgen.swift/pipeline/head There was a failure building this commit
Add Swiftlint
2023-12-11 10:13:18 +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)
}