pub fn resolve_program(cmd: &str, name: &str) -> OsStringExpand description
Resolve the program to launch. A bare ct-* name is resolved to a sibling
of the current executable first — the same resolution the ct umbrella
uses — so suite tools compose without PATH games; anything else launches
by name via PATH.