pub fn cmd_cherry_pick( cli: &Cli, commit: String, message: Option<String>, no_commit: bool, force: bool, ) -> Result<()>