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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -409,6 +409,7 @@ extension Option {
409
409
publicstaticletindentWidth:Option=Option("-indent-width",.separate, attributes:[.noInteractive,.noBatch,.indent], metaVar:"<n>", helpText:"Number of characters to indent.", group:.codeFormatting)
410
410
publicstaticletindexFilePath:Option=Option("-index-file-path",.separate, attributes:[.noInteractive,.doesNotAffectIncrementalBuild,.argumentIsPath], metaVar:"<path>", helpText:"Produce index data for file <path>")
411
411
publicstaticletindexFile:Option=Option("-index-file",.flag, attributes:[.noInteractive,.doesNotAffectIncrementalBuild], helpText:"Produce index data for a source file", group:.modes)
publicstaticletindexIgnoreStdlib:Option=Option("-index-ignore-stdlib",.flag, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Avoid emitting index data for the standard library.")
413
414
publicstaticletindexIgnoreSystemModules:Option=Option("-index-ignore-system-modules",.flag, attributes:[.noInteractive], helpText:"Avoid indexing system modules")
414
415
publicstaticletindexStorePath:Option=Option("-index-store-path",.separate, attributes:[.frontend,.argumentIsPath], metaVar:"<path>", helpText:"Store indexing data to <path>")
0 commit comments