annotate

Function annotate 

Source
pub async fn annotate(
    file: &Path,
    line: usize,
    message: &str,
    is_ai: bool,
) -> Result<()>