Skip to content

Commit 41d4605

Browse files
committed
added information about what command is being run for easier debugging
1 parent 2c24fef commit 41d4605

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Sources/Container-Compose/Commands/ComposeUp.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,7 @@ public struct ComposeUp: AsyncParsableCommand, @unchecked Sendable {
550550

551551
print("\nStarting service: \(serviceName)")
552552
print("Starting \(serviceName)")
553+
print("Running: container run \(runCommandArgs.joined(separator: " "))")
553554
print("----------------------------------------\n")
554555
let _ = try await streamCommand("container", args: ["run"] + runCommandArgs, onStdout: handleOutput, onStderr: handleOutput)
555556
}

0 commit comments

Comments
 (0)