feat(get): adds --exists flag for checking existence of a key
This commit is contained in:
parent
ad98a1e6c4
commit
6e1af5ba28
4 changed files with 18 additions and 0 deletions
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue