pub fn run(path: String, anchor: Option<String>, reason: String) -> Result<()>Expand description
Run the git chronicle flag command.
Flags the most recent annotation for a code region as potentially inaccurate.
- Find commits that touched the file via git log –follow.
- For each commit (newest first), look for an annotation with a matching region.
- Append a Flag correction to that region.
- Write the updated annotation back.