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 1813147 commit b93eb06Copy full SHA for b93eb06
Tests/ArgumentParserExampleTests/RepeatExampleTests.swift
@@ -73,7 +73,7 @@ final class RepeatExampleTests: XCTestCase {
73
command: "repeat hello --count ZZZ",
74
expected: """
75
Error: The value 'ZZZ' is invalid for '--count <count>'
76
- Help: --count <count> The number of times to repeat 'phrase'.
+ Help: --count <count> The number of times to repeat 'phrase'.
77
Usage: repeat [--count <count>] [--include-counter] <phrase>
78
See 'repeat --help' for more information.
79
""",
0 commit comments