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
@@ -553,6 +553,7 @@ extension Option {
553
553
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")
554
554
publicstaticletimportUnderlyingModule:Option=Option("-import-underlying-module",.flag, attributes:[.frontend,.noInteractive], helpText:"Implicitly imports the Objective-C half of a module")
555
555
publicstaticletinPlace:Option=Option("-in-place",.flag, attributes:[.noInteractive,.noBatch,.indent], helpText:"Overwrite input file with formatted file.", group:.codeFormatting)
556
+
publicstaticletinProcessPluginServerPath:Option=Option("-in-process-plugin-server-path",.separate, attributes:[.frontend,.argumentIsPath], helpText:"Path to dynamic library plugin server")
556
557
publicstaticletincludeSpiSymbols:Option=Option("-include-spi-symbols",.flag, attributes:[.helpHidden,.frontend,.noInteractive,.supplementaryOutput], helpText:"Add symbols with SPI information to the symbol graph")
557
558
publicstaticletincremental:Option=Option("-incremental",.flag, attributes:[.helpHidden,.noInteractive,.doesNotAffectIncrementalBuild], helpText:"Perform an incremental build if possible")
558
559
publicstaticletindentSwitchCase:Option=Option("-indent-switch-case",.flag, attributes:[.noInteractive,.noBatch,.indent], helpText:"Indent cases in switch statements.", group:.codeFormatting)
0 commit comments