Skip to main content

cmd_merge

Function cmd_merge 

Source
pub fn cmd_merge(
    cli: &Cli,
    track_name: String,
    message: Option<String>,
    no_commit: bool,
    preview: bool,
    with_diff: bool,
    semantic: bool,
    git_commit: bool,
) -> Result<()>