pub fn parse_remote_steps(
steps: Vec<String>,
) -> Result<Vec<RemoteCommand>, String>Expand description
Maps CLI --step strings into refined remote commands (G-TYPE-19).
ยงErrors
Returns domain error text when any step is empty or contains NUL.