You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/SwiftOptions/Options.swift
+2
Original file line number
Diff line number
Diff line change
@@ -546,6 +546,7 @@ extension Option {
546
546
publicstaticletimportPrescan:Option=Option("-import-prescan",.flag, attributes:[.frontend,.noDriver], helpText:"When performing a dependency scan, only identify all imports of the main Swift module sources")
547
547
publicstaticletimportUnderlyingModule:Option=Option("-import-underlying-module",.flag, attributes:[.frontend,.noInteractive], helpText:"Implicitly imports the Objective-C half of a module")
548
548
publicstaticletinPlace:Option=Option("-in-place",.flag, attributes:[.noInteractive,.noBatch,.indent], helpText:"Overwrite input file with formatted file.", group:.codeFormatting)
549
+
publicstaticletinProcessPluginServerPath:Option=Option("-in-process-plugin-server-path",.separate, attributes:[.frontend,.argumentIsPath], helpText:"Path to dynamic library plugin server")
549
550
publicstaticletincludeSpiSymbols:Option=Option("-include-spi-symbols",.flag, attributes:[.helpHidden,.frontend,.noInteractive,.supplementaryOutput], helpText:"Add symbols with SPI information to the symbol graph")
550
551
publicstaticletincremental:Option=Option("-incremental",.flag, attributes:[.helpHidden,.noInteractive,.doesNotAffectIncrementalBuild], helpText:"Perform an incremental build if possible")
551
552
publicstaticletindentSwitchCase:Option=Option("-indent-switch-case",.flag, attributes:[.noInteractive,.noBatch,.indent], helpText:"Indent cases in switch statements.", group:.codeFormatting)
0 commit comments