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 b1f34b1 commit cdce71fCopy full SHA for cdce71f
Sources/ArgumentParser/Parsable Types/ExpressibleByArgument.swift
@@ -69,6 +69,6 @@ extension Bool: ExpressibleByArgument {}
69
70
extension Array where Element: ExpressibleByArgument {
71
var defaultValueDescription: String {
72
- return map { $0.defaultValueDescription }.joined(separator: ", ")
+ map { $0.defaultValueDescription }.joined(separator: ", ")
73
}
74
0 commit comments