Merge branch 'main' into feature/create-project-root

This commit is contained in:
2025-01-28 00:53:58 +01:00
3 changed files with 5 additions and 0 deletions
+1
View File
@@ -1,4 +1,5 @@
import ArgumentParser
import ColibriLibrary
@main
struct Colibri: AsyncParsableCommand {
+1
View File
@@ -0,0 +1 @@
import Foundation
+3
View File
@@ -0,0 +1,3 @@
import Testing
struct ColibriLibraryTests {}