pub fn run_remove(target: &str, search: Option<&str>, yes: bool) -> Result<i32>Expand description
Remove a single annotation line from a file.
ยงParameters
targetโ"FILE:LINE"when search is None; plain file path when search is Somesearchโ optional pattern to locate the annotationyesโ skip confirmation prompt whentrue