We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75dfc22 commit ef4335eCopy full SHA for ef4335e
Sources/ArgumentEncoding/Formatters.swift
@@ -136,7 +136,8 @@ public struct KeyFormatter: Sendable {
136
public static let singleQuote = Self { "'\($0)'" }
137
}
138
139
-/// Name space for a closure that returns the Option's key and value separated by a string or as separate elements in an array
+/// Name space for a closure that returns the Option's key and value separated by a string or as separate elements in an
140
+/// array
141
public struct SeparatorFormatter: Sendable {
142
public let transform: @Sendable (_ key: String, _ value: String) -> [String]
143
0 commit comments