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 12 additions and 4 deletions
Showing only changes of commit 3e8e321c73 - Show all commits

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!")