Add support for removed block (#1158)

Signed-off-by: Ronny Orot <ronny.orot@gmail.com>
This commit is contained in:
Ronny Orot
2024-02-21 10:31:44 +02:00
committed by GitHub
parent 851391f2e6
commit e9fe0f1118
49 changed files with 2864 additions and 305 deletions

View File

@@ -34,6 +34,8 @@ func DiffActionSymbol(action plans.Action) string {
return " [yellow]~[reset]"
case plans.NoOp:
return " "
case plans.Forget:
return " [red].[reset]"
default:
return " ?"
}