Skip to content

Commit 1e58c23

Browse files
authored
Merge pull request #264 from owenv/joined-args-3
Make joinedArguments helper public so it can be used by SPM
2 parents 9081a08 + 4e2af29 commit 1e58c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftDriver/Jobs/CommandLineArguments.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ extension Array where Element == Job.ArgTemplate {
162162
}
163163

164164
/// A shell-escaped string representation of the arguments, as they would appear on the command line.
165-
var joinedArguments: String {
165+
public var joinedArguments: String {
166166
return self.map {
167167
switch $0 {
168168
case .flag(let string):

0 commit comments

Comments
 (0)