Skip to content

Commit 847c015

Browse files
Pass through missing 'arguments' parameter (#169)
1 parent 680621b commit 847c015

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/Subprocess/API.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ public func run<Result, Input: InputProtocol, Output: OutputProtocol, Error: Out
135135
) async throws -> ExecutionResult<Result> where Error.OutputType == Void {
136136
let configuration = Configuration(
137137
executable: executable,
138+
arguments: arguments,
138139
environment: environment,
139140
workingDirectory: workingDirectory,
140141
platformOptions: platformOptions

0 commit comments

Comments
 (0)