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 06c44f5 commit 365ca6aCopy full SHA for 365ca6a
Tests/ArgumentParserUnitTests/CompletionScriptTests.swift
@@ -59,7 +59,7 @@ extension CompletionScriptTests {
59
func testBase_Bash() throws {
60
let script1 = try CompletionsGenerator(command: Base.self, shell: .bash)
61
.generateCompletionScript()
62
- print(script1)
+
63
XCTAssertEqual(bashBaseCompletions, script1)
64
65
let script2 = try CompletionsGenerator(command: Base.self, shellName: "bash")
0 commit comments