feat(get): adds --exists flag for checking existence of a key

This commit is contained in:
Lewis Wynne 2026-02-11 17:36:49 +00:00
parent ad98a1e6c4
commit 6e1af5ba28
4 changed files with 18 additions and 0 deletions

3
testdata/get-exists.ct vendored Normal file
View file

@ -0,0 +1,3 @@
$ pda set found@ge "hello"
$ pda get found@ge --exists
$ pda get missing@ge --exists --> FAIL