colibri/Sources/Executable/Colibri.swift

14 lines
181 B
Swift
Raw Normal View History

2025-01-09 09:56:47 +01:00
import ArgumentParser
import ColibriLibrary
2025-01-09 09:56:47 +01:00
@main
struct Colibri: AsyncParsableCommand {
// MARK: Functions
func run() async throws {
// ...
}
}