We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 587d26a commit d88d4deCopy full SHA for d88d4de
README.md
@@ -17,7 +17,7 @@ struct Repeat: ParsableCommand {
17
var includeCounter = false
18
19
@Option(name: .shortAndLong, help: "The number of times to repeat 'phrase'.")
20
- var count: Int? = nil
+ var count: Int?
21
22
@Argument(help: "The phrase to repeat.")
23
var phrase: String
0 commit comments