pub fn daemonize_command(command: &str) -> Result<SpawnedDaemon, ClientError>Expand description
Convenience helper that connects to the daemon and asks it to daemonize the provided shell command under the caller’s current cwd/environment.
Prefer launch_detached in new code; this name is kept for existing
callers.