Expand description
Logic for the timebomb remove subcommand.
Provides two public entry points:
run_remove: remove a single annotation line by target or search patternrun_remove_all_expired: remove all expired annotations found by scan
Functionsยง
- remove_
line - Remove the line at
line_number(1-based) fromfile_path. - run_
remove - Remove a single annotation line from a file.
- run_
remove_ all_ expired - Remove all expired annotation lines from scanned files.