Created the Colibri command.
This commit is contained in:
parent
98dca62dca
commit
3e8e321c73
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