chore(docs): updates to new cmd names

This commit is contained in:
Lewis Wynne 2025-12-23 09:41:35 +00:00
parent c2d1ec0842
commit c5aeb16e16
9 changed files with 46 additions and 23 deletions

14
testdata/remove__dedupe__ok.ct vendored Normal file
View file

@ -0,0 +1,14 @@
$ pda set foo 1
$ pda set bar 2
$ pda ls
a **********
a1 1
a2 2
b1 3
bar 2
foo 1
$ pda rm foo --glob "*"
$ pda get bar --> FAIL
Error: cannot get 'bar': Key not found
$ pda get foo --> FAIL
Error: cannot get 'foo': Key not found