Skip to main content

no_window

Function no_window 

Source
pub fn no_window(command: &mut Command)
Expand description

Windows CREATE_NO_WINDOW: spawn the child without a console window. Our services are windowless (daemon, laboratory host, db supervisor, the viewer shell), so every console-subsystem child they spawn — podman, postgres, plugins, tools, runners, the cli re-execing itself — otherwise allocates and FLASHES its own console at the user. Applied at every runtime spawn site in the repository; no-op off Windows.