Nick Kaczmarek

Results 27 comments of Nick Kaczmarek

> Thanks a lot for opening the PR! > > What do you think of making `--open` an option that takes arbitrary `open` options? > > Example usage: > >...

Thanks @dosubot I think this request still has value but I just haven't had time to work on it.

> @pepicrft Could you please assist @nickkaczmarek with this feature request for the `/usr/bin/open -F` flag support in Tuist? Thanks! I have that draft MR open. I just have to...

> @nickkaczmarek which API do you have in mind? Would the following make sense: > > ```swift > let tuist = Tuist(project: .tuist(generationOptions: .options( > openArguments: ["-F"] > ))) >...

I guess this might also be useful for things like edit and other commands I'm less familiar with. The issue that led me to the behavior is that every instance...

> In that case, what about: > > ``` > tuist generate --open-args "-F" > ``` > > That way the caller has full flexibility to decide which arguments they'd...

I think you have to explicitly set the logLevel on the logger before logging otherwise it [defaults to info](https://github.com/chrisaljoudi/swift-log-oslog/blob/1b2cb12c3ec2cdc171e1673a488dec1d40a69158/Sources/LoggingOSLog/LoggingOSLog.swift#L7) as the logLevel. Here is the place where the log level...