Skip to content

Commit

Permalink
feat: increase supported argument count from 15 to 32
Browse files Browse the repository at this point in the history
Closes #77
  • Loading branch information
kylef committed Jun 12, 2019
1 parent c168039 commit 6d8bad8
Show file tree
Hide file tree
Showing 2 changed files with 1,432 additions and 38 deletions.
2 changes: 1 addition & 1 deletion Examples/Sources/generator/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PathKit
let sourcePath = Path(#file) + ".."

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

Expand Down
Loading

0 comments on commit 6d8bad8

Please sign in to comment.