Skip to content

Commit 6d8bad8

Browse files
committed
feat: increase supported argument count from 15 to 32
Closes #77
1 parent c168039 commit 6d8bad8

File tree

2 files changed

+1432
-38
lines changed

2 files changed

+1432
-38
lines changed

Examples/Sources/generator/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PathKit
55
let sourcePath = Path(#file) + ".."
66

77
command(
8-
Option("amount", default: 15, description: "The number of arguments to support.")
8+
Option("amount", default: 32, description: "The number of arguments to support.")
99
) { amount in
1010
let template = try Template(path: sourcePath + "template.swift")
1111

0 commit comments

Comments
 (0)