switch

Function switch 

Source
pub fn switch<W: Write>(
    wok_config: &mut Config,
    umbrella: &Repo,
    stdout: &mut W,
    create: bool,
    all: bool,
    branch_name: Option<&str>,
    target_repos: &[PathBuf],
) -> Result<bool>