pub fn command<S: AsRef<OsStr>>(program: S) -> CommandExpand description
A Command that will not flash a console window when this process has none.
Every child the CLI spawns goes through here. The one deliberate exception is the uninstaller’s deletion helper, which manages its own creation flags because it must outlive this process.