Implemented the RunProcessTask task in the library target.

This commit is contained in:
2025-01-18 20:05:37 +01:00
parent 245529f88f
commit 7081f7b755
2 changed files with 76 additions and 4 deletions
@@ -14,10 +14,7 @@ public struct CreateRootFolderTask {
// MARK: Functions
public func callAsFunction(
name: String,
at location: URL? = nil
) async throws -> URL {
public func callAsFunction(name: String, at location: URL? = nil) async throws -> URL {
guard !name.isEmpty else {
throw CreateRootFolderError.nameIsEmpty
}