Skip to main content

parse_remote_steps

Function parse_remote_steps 

Source
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.