Prompt to archive entry after retrieval

This commit is contained in:
thePR0M3TH3AN
2025-07-07 12:40:36 -04:00
parent 12dc315832
commit ae7dca3ab8
6 changed files with 41 additions and 5 deletions

View File

@@ -42,7 +42,7 @@ def test_retrieve_entry_shows_custom_fields(monkeypatch, capsys):
],
)
inputs = iter(["0", "y"])
inputs = iter(["0", "y", "n"])
monkeypatch.setattr("builtins.input", lambda *a, **k: next(inputs))
pm.handle_retrieve_entry()