pub fn checkout_child(
branch: Option<&str>,
distance: usize,
output: NavOutput,
) -> Result<()>Expand description
Walk distance branches up, towards the leaf, prompting at each fork the
way top does. up <branch> names a child instead and always moves one.