Template support for input parameters #4
12
Sources/Colibri.swift
Normal file
12
Sources/Colibri.swift
Normal file
@ -0,0 +1,12 @@
|
||||
import ArgumentParser
|
||||
|
||||
@main
|
||||
struct Colibri: AsyncParsableCommand {
|
||||
|
||||
// MARK: Functions
|
||||
|
||||
func run() async throws {
|
||||
// ...
|
||||
}
|
||||
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
// The Swift Programming Language
|
||||
// https://docs.swift.org/swift-book
|
||||
|
||||
print("Hello, world!")
|
Loading…
x
Reference in New Issue
Block a user