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
publicstaticletsymbolGraphAllowAvailabilityPlatforms:Option=Option("-symbol-graph-allow-availability-platforms",.separate, attributes:[.helpHidden,.frontend,.noInteractive,.supplementaryOutput], metaVar:"<platforms>", helpText:"Restrict availability metadata to the given platforms, e.g. 'macOS,Swift'")
891
891
publicstaticletsymbolGraphBlockAvailabilityPlatforms:Option=Option("-symbol-graph-block-availability-platforms",.separate, attributes:[.helpHidden,.frontend,.noInteractive,.supplementaryOutput], metaVar:"<platforms>", helpText:"Remove the given platforms from symbol graph availability metadata, e.g. 'macOS,Swift'")
892
+
publicstaticletsymbolGraphPrettyPrint:Option=Option("-symbol-graph-pretty-print",.flag, attributes:[.helpHidden,.noInteractive], helpText:"Pretty-print the output symbol graph JSON")
893
+
publicstaticletsymbolGraphSkipSynthesizedMembers:Option=Option("-symbol-graph-skip-synthesized-members",.flag, attributes:[.helpHidden,.noInteractive], helpText:"Skip members inherited through classes or default implementations")
892
894
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")
0 commit comments