Skip to main content

run_remove

Function run_remove 

Source
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 Some
  • search โ€” optional pattern to locate the annotation
  • yes โ€” skip confirmation prompt when true