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 d2396e2 commit 03655c8Copy full SHA for 03655c8
Sources/Commands/SwiftTestCommand.swift
@@ -218,7 +218,7 @@ struct TestCommandOptions: ParsableArguments {
218
219
/// Launch tests under LLDB debugger.
220
@Flag(name: .customLong("debugger"),
221
- help: "Launch tests under LLDB debugger.")
+ help: "Launch the tests in a debugger session.")
222
var shouldLaunchInLLDB: Bool = false
223
224
/// Configure test output.
0 commit comments