feat: command rename finalising
This commit is contained in:
parent
8ea865b2ce
commit
a4d2e919dc
15 changed files with 22 additions and 33 deletions
4
testdata/dump__key__ok.ct
vendored
4
testdata/dump__key__ok.ct
vendored
|
|
@ -1,8 +1,8 @@
|
|||
$ pda set a1 1
|
||||
$ pda set a2 2
|
||||
$ pda set b1 3
|
||||
$ pda dump --key "a*"
|
||||
$ pda export --key "a*"
|
||||
{"key":"a1","value":"1","encoding":"text"}
|
||||
{"key":"a2","value":"2","encoding":"text"}
|
||||
$ pda dump --key "c*" --> FAIL
|
||||
$ pda export --key "c*" --> FAIL
|
||||
FAIL cannot ls '@default': no matches for key pattern 'c*'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue