Skip to main content

sequence

Function sequence 

Source
pub fn sequence(cmds: Vec<Cmd>) -> Cmd
Expand description

Sequence runs the given commands one at a time, in order. Contrast this with batch, which runs commands concurrently.