10 lines
215 B
XML
10 lines
215 B
XML
$ pda set a1 1
|
|
$ pda set a2 2
|
|
$ pda set b1 3
|
|
$ pda rm --glob a*
|
|
$ pda get a1 --> FAIL
|
|
Error: cannot get 'a1': No such key. Did you mean 'b1'?
|
|
$ pda get a2 --> FAIL
|
|
Error: cannot get 'a2': No such key
|
|
$ pda get b1
|
|
3
|