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

View file

@ -1,7 +0,0 @@
$ pda set a 1
$ pda set b 2
$ pda rm a b
$ pda get a --> FAIL
Error: cannot get 'a': Key not found
$ pda get b --> FAIL
Error: cannot get 'b': Key not found