feat: add tags support to entries

This commit is contained in:
thePR0M3TH3AN
2025-07-08 13:59:05 -04:00
parent 91bc241bbd
commit 66794946c7
10 changed files with 143 additions and 6 deletions

View File

@@ -39,6 +39,7 @@ def test_add_and_retrieve_entry():
"kind": "password",
"notes": "",
"custom_fields": custom,
"tags": [],
}
data = enc_mgr.load_json_data(entry_mgr.index_file)