Created the Colibri command.

This commit is contained in:
Javier Cicchelli 2025-01-09 09:56:47 +01:00
parent 98dca62dca
commit 3e8e321c73
2 changed files with 12 additions and 4 deletions

12
Sources/Colibri.swift Normal file
View File

@ -0,0 +1,12 @@
import ArgumentParser
@main
struct Colibri: AsyncParsableCommand {
// MARK: Functions
func run() async throws {
// ...
}
}

View File

@ -1,4 +0,0 @@
// The Swift Programming Language
// https://docs.swift.org/swift-book
print("Hello, world!")