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/Commands/SwiftPackageTool.swift
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -323,6 +323,13 @@ extension SwiftPackageTool {
323
323
help:"One or more targets to include in the API comparison. If present, only the specified targets (and any products specified using `--products`) will be compared.")
324
324
vartargets:[String]=[]
325
325
326
+
@Option(name:.customLong("baseline-dir"),
327
+
help:"The path to a directory used to store API baseline files. If unspecified, a temporary directory will be used.")
328
+
varoverrideBaselineDir:AbsolutePath?
329
+
330
+
@Flag(help:"Regenerate the API baseline, even if an existing one is available.")
0 commit comments