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 df0046f commit 13e780fCopy full SHA for 13e780f
Sources/swift-evolution-metadata-extractor/ExtractCommand.swift
@@ -38,7 +38,6 @@ struct ExtractCommand: AsyncParsableCommand {
38
ArgumentValidation.validate(verbose: verbose)
39
ArgumentValidation.validateHTTPProxies()
40
(forceAll, forcedExtractionIDs) = try ArgumentValidation.Extract.validate(forceExtract: forceExtract)
41
- forceAll = true
42
}
43
44
0 commit comments