Skip to main content

update

Function update 

Source
pub fn update<W: Write>(
    wok_config: &mut Config,
    umbrella: &Repo,
    stdout: &mut W,
    no_commit: bool,
    include_umbrella: bool,
) -> Result<()>