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 c880d3b commit 70b8a98Copy full SHA for 70b8a98
Sources/swift-format/Subcommands/LintFormatOptions.swift
@@ -49,7 +49,8 @@ struct LintFormatOptions: ParsableArguments {
49
""")
50
var ignoreUnparsableFiles: Bool = false
51
52
- @Flag(help: "Whether or not to run formatting or linting in parallel consuming all possible resources")
+ /// Whether or not to run the formatter/linter in parallel.
53
+ @Flag(help: "Process files in parallel, simultaneously across multiple cores.")
54
var parallel: Bool = false
55
56
/// The list of paths to Swift source files that should be formatted or linted.
0 commit comments