pub(crate) fn split_solver_command( command: &str, ) -> Result<Vec<String>, SolverConfigError>
Splits a shell-like solver command into argv parts.