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/SwiftJavaTool/CommonOptions.swift
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ extension SwiftJava {
65
65
@Option(name:.long, help:"While scanning a classpath, inspect ONLY types included in these packages")
66
66
varfilterInclude:[String]=[]
67
67
68
-
@Option(name:.long, help:"While scanning a classpath, skip types which match the filter prefix")
68
+
@Option(name:.long, help:"While scanning a classpath, skip types which match the filter prefix. You can exclude specific methods by using the `com.example.MyClass#method` format.")
69
69
varfilterExclude:[String]=[]
70
70
71
71
@Option(help:"A path to a custom swift-java.config to use")
0 commit comments