Add new analytics parameters pathSuffix
Some checks failed
openium/resgen.swift/pipeline/head There was a failure building this commit
Some checks failed
openium/resgen.swift/pipeline/head There was a failure building this commit
This commit is contained in:
@@ -44,4 +44,9 @@ struct AnalyticsOptions: ParsableArguments {
|
||||
completion: .list(["public", "private", "package", "internal"])
|
||||
)
|
||||
var extensionVisibility: ExtensionVisibility = .internal
|
||||
|
||||
@Option(
|
||||
help: "Suffix to add to every path parameters. Default is 'iOS'."
|
||||
)
|
||||
var pathSuffix: String = "iOS"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user