Moved to System.Text.Json - Removed all Library dependencies - Implemented DeleteCommand

This commit is contained in:
2025-02-04 13:28:06 +03:30
parent d716133230
commit 83347587e4
10 changed files with 171 additions and 121 deletions
+2 -2
View File
@@ -23,10 +23,10 @@ namespace TBDel
await AddCommand.AddEntry(args);
break;
case "delete":
await DeleteCommand.DeleteEntry(args);
break;
case "deleteall":
await DeleteCommand.DeleteAll();
await DeleteCAllCommand.DeleteAll();
break;
case "list":
await ListCommand.List(args);