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.
2 parents a1a4607 + 32ddb82 commit 4af1af9Copy full SHA for 4af1af9
Sources/swift-format/Subcommands/LintFormatOptions.swift
@@ -51,7 +51,7 @@ struct LintFormatOptions: ParsableArguments {
51
52
/// The list of paths to Swift source files that should be formatted or linted.
53
@Argument(help: "Zero or more input filenames.")
54
- var paths: [String]
+ var paths: [String] = []
55
56
@Flag(help: .hidden) var debugDisablePrettyPrint: Bool
57
@Flag(help: .hidden) var debugDumpTokenStream: Bool
0 commit comments