Closed jcronenberg closed 9 months ago
I decided to use this split format because it mapped to Godot's process handling but I think it just makes it confusing and annoying for the user and e.g. for SSH we need to combine them again anyway. Splitting on ' ' is easy to do.
Fixed with https://github.com/jcronenberg/DreamDeck/commit/d0b7e94f525a8506db59dc8e8a26e54b52b50dac
I decided to use this split format because it mapped to Godot's process handling but I think it just makes it confusing and annoying for the user and e.g. for SSH we need to combine them again anyway. Splitting on ' ' is easy to do.