Files
resgen.swift/Sources/ResgenSwift/Generate/Runnable/Runnable.swift
Thibaut Schmitt 3d60513c08
Some checks failed
gitea-openium/resgen.swift/pipeline/head There was a failure building this commit
Add new Flag to every command to choose if we want to generate static members or not
2022-08-31 15:18:44 +02:00

14 lines
156 B
Swift

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