Implemented unique Id for each entry - Implemented delete single entry command

This commit is contained in:
2025-02-04 13:56:40 +03:30
parent 83347587e4
commit 9b1d6aebe7
6 changed files with 194 additions and 175 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ namespace TBDel
await DeleteCommand.DeleteEntry(args);
break;
case "deleteall":
await DeleteCAllCommand.DeleteAll();
await DeleteAllCommand.DeleteAll();
break;
case "list":
await ListCommand.List(args);