Skip to content

Commit c345eae

Browse files
committed
Add documentation for Runner.captureTask
1 parent 48091e7 commit c345eae

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Sources/Zero/Runner.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ struct ZeroRunner {
4646
try validate()
4747
}
4848

49+
/// Run an executable synchronously and capture its output, printing the
50+
/// command before running.
4951
static func captureTask(
5052
_ executable: String,
5153
arguments: [String],

0 commit comments

Comments
 (0)