pub fn cmd_verify(beans_dir: &Path, id: &str) -> Result<bool>Expand description
Run the verify command for a bean without closing it.
Returns Ok(true) if the command exits 0, Ok(false) if non-zero or timed out.
If no verify command is set, prints a message and returns Ok(true).
Respects verify_timeout from the bean or project config.