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

View file

@ -151,6 +151,9 @@ pda get name
# Or run it directly.
pda run name
# same as: pda get name --run
# Check if a key exists (exit 0 if found, exit 1 if not).
pda get name --exists
```
<p align="center"></p><!-- spacer -->