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 9679f53 commit 68c6d78Copy full SHA for 68c6d78
Sources/ProcessInvocationBridge/ProcessInvocationBridge.swift
@@ -27,7 +27,7 @@ private let processInvocationBridgeName = "swift-process-invocation-bridge"
27
struct ProcessInvocationBridge : ParsableCommand {
28
29
static var configuration = CommandConfiguration(
30
- commandName: "swift-process-invocation-bridge",
+ commandName: processInvocationBridgeName,
31
abstract: "Internal launcher for swift-process-invocation which receives a fd before launching the tool."
32
)
33
0 commit comments