feat: makes ls list all stores by default, with config option to disable. adds --store glob support

This commit is contained in:
Lewis Wynne 2026-02-11 23:04:14 +00:00
parent b6248e409f
commit 55b2e7f6cb
35 changed files with 487 additions and 177 deletions

View file

@ -1,7 +1,7 @@
$ pda set foo@rkm 1
$ pda set bar1@rkm 2
$ pda set bar2@rkm 3
$ pda rm foo@rkm --key "bar*@rkm"
$ pda rm foo@rkm --key "bar*@rkm" -y
$ pda get foo@rkm --> FAIL
FAIL cannot get 'foo@rkm': no such key
$ pda get bar1@rkm --> FAIL