7 lines
173 B
XML
7 lines
173 B
XML
$ pda set a 1
|
|
$ pda set b 2
|
|
$ pda rm a b
|
|
$ pda get a --> FAIL
|
|
Error: cannot get 'a': No such key
|
|
$ pda get b --> FAIL
|
|
Error: cannot get 'b': No such key. Did you mean 'b1'?
|