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<()>