pub fn handle_commit_msg(
    args: &Args,
    cli: &mut impl Cli,
    prev: String
) -> Result<String, Box<dyn Error>>