We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48091e7 commit c345eaeCopy full SHA for c345eae
1 file changed
Sources/Zero/Runner.swift
@@ -46,6 +46,8 @@ struct ZeroRunner {
46
try validate()
47
}
48
49
+ /// Run an executable synchronously and capture its output, printing the
50
+ /// command before running.
51
static func captureTask(
52
_ executable: String,
53
arguments: [String],
0 commit comments