handle error when deleting non existing key
This commit is contained in:
@@ -248,6 +248,7 @@ var deleteCmd = &cobra.Command{
|
||||
|
||||
if err != nil {
|
||||
Logger.Error(err)
|
||||
return
|
||||
}
|
||||
|
||||
if *success {
|
||||
|
||||
Reference in New Issue
Block a user