Skip to content

Commit 63c8dc9

Browse files
authored
Merge pull request #18 from uhooi/feature/follow_se_0294
Follow SE-0294
2 parents 32ba4a0 + 6fc20a0 commit 63c8dc9

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)