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 c74eace commit df0046fCopy full SHA for df0046f
Sources/swift-evolution-metadata-extractor/ExtractCommand.swift
@@ -38,6 +38,7 @@ 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