pub fn program_command(program: &str) -> CommandExpand description
Build a tokio::process::Command for program, routing a Windows
.cmd/.bat shim through cmd /C. Off Windows — and for a real .exe
target or an unresolvable name — the program is spawned directly. The
caller appends args / cwd / env / stdio as usual.