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
@@ -554,6 +554,7 @@ extension Option {
554
554
publicstaticletswiftOnly_:Option=Option("--swift-only",.flag, alias:Option.swiftOnly, attributes:[.noDriver], helpText:"Only include APIs defined from Swift source")
555
555
publicstaticletswiftVersion:Option=Option("-swift-version",.separate, attributes:[.frontend,.moduleInterface], metaVar:"<vers>", helpText:"Interpret input according to a specific Swift language version number")
publicstaticletsymbolGraphMinimumAccessLevel:Option=Option("-symbol-graph-minimum-access-level",.separate, attributes:[.helpHidden,.frontend,.noInteractive,.supplementaryOutput], metaVar:"<level>", helpText:"Include symbols with this access level or more when emitting a symbol graph")
publicstaticlettabWidth:Option=Option("-tab-width",.separate, attributes:[.noInteractive,.noBatch,.indent], metaVar:"<n>", helpText:"Width of tab character.", group:.codeFormatting)
559
560
publicstaticlettargetCpu:Option=Option("-target-cpu",.separate, attributes:[.frontend,.moduleInterface], helpText:"Generate code for a particular CPU variant")
0 commit comments