pub fn parse_exec_cmd(stage_key: &str) -> Option<ExecCmd<'_>>
Try to parse an exec:<program> or exec:<program>|arg|... stage key.
exec:<program>
exec:<program>|arg|...