Well `--app:gui` is for your Nim application, not for the system command. If 
you setup stdout/stderr for the system command properly it shouldn't create a 
console, but it depends on the client process too. Interprocess communication 
often works so poorly that libraries are used instead. ;-)

Reply via email to