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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -377,7 +377,7 @@ extension Option {
377
377
publicstaticletj:Option=Option("-j",.joinedOrSeparate, attributes:[.doesNotAffectIncrementalBuild], metaVar:"<n>", helpText:"Number of commands to execute in parallel")
publicstaticletlibc:Option=Option("-libc",.separate, helpText:"libc runtime library to use")
380
-
publicstaticletlibraryLevel:Option=Option("-library-level",.separate, attributes:[.helpHidden,.frontend,.noDriver], metaVar:"<level>", helpText:"Library distribution level 'api', 'spi' or 'other' (the default)")
380
+
publicstaticletlibraryLevel:Option=Option("-library-level",.separate, attributes:[.helpHidden,.frontend,.moduleInterface], metaVar:"<level>", helpText:"Library distribution level 'api', 'spi' or 'other' (the default)")
381
381
publicstaticletlineRange:Option=Option("-line-range",.separate, attributes:[.noInteractive,.noBatch,.indent], metaVar:"<n:n>", helpText:"<start line>:<end line>. Formats a range of lines (1-based). Can only be used with one input file.", group:.codeFormatting)
0 commit comments