Template support for input parameters #4

Merged
javier merged 81 commits from feature/arguments-templating into main 2025-02-17 22:11:06 +00:00
2 changed files with 14 additions and 0 deletions
Showing only changes of commit 1f738fe644 - Show all commits

View File

@ -0,0 +1,3 @@
public struct CreateProjectTask {
}

View File

@ -0,0 +1,11 @@
import ColibriLibrary
import Testing
struct CreateProjectTaskTests {
@Test(.disabled())
func something() async throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
}
}