handle error when deleting non existing key

This commit is contained in:
2025-03-16 23:26:20 +01:00
parent 6880401ac8
commit de0589761e
3 changed files with 15 additions and 1 deletions

View File

@@ -248,6 +248,7 @@ var deleteCmd = &cobra.Command{
if err != nil {
Logger.Error(err)
return
}
if *success {