Skip to content

Commit 6fc20a0

Browse files
committed
Follow SE-0294
1 parent 32ba4a0 commit 6fc20a0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Sources/OutputUhooi/main.swift Sources/OutputUhooi/Uhooi.swift

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import ArgumentParser
22
import OutputUhooiCore
33

4+
@main
45
struct Uhooi: ParsableCommand {
56

67
static var configuration = CommandConfiguration(
@@ -21,5 +22,3 @@ struct Uhooi: ParsableCommand {
2122
print(TextBuilder.buildText(phrase: phrase, count: count, includeCounter: includeCounter))
2223
}
2324
}
24-
25-
Uhooi.main()

0 commit comments

Comments
 (0)