Add MainActor on AnalysticsManager shared property #24
@@ -16,12 +16,14 @@ struct GenerateOptions: ParsableArguments {
|
||||
@Argument(help: "Configuration file.", transform: { $0.replaceTiltWithHomeDirectoryPath() })
|
||||
var configurationFile: String
|
||||
|
||||
@Option(help: "Project directory. It will be added to every relative path (path that does not start with `/`",
|
||||
transform: {
|
||||
if $0.last == "/" {
|
||||
return $0
|
||||
@Option(
|
||||
help: "Project directory. It will be added to every relative path (path that does not start with `/`",
|
||||
transform: {
|
||||
if $0.last == "/" {
|
||||
return $0
|
||||
}
|
||||
return $0 + "/"
|
||||
}
|
||||
return $0 + "/"
|
||||
})
|
||||
)
|
||||
var projectDirectory: String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user