feat: makes ls list all stores by default, with config option to disable. adds --store glob support
This commit is contained in:
parent
b6248e409f
commit
55b2e7f6cb
35 changed files with 487 additions and 177 deletions
4
testdata/export-value-filter.ct
vendored
4
testdata/export-value-filter.ct
vendored
|
|
@ -3,6 +3,6 @@ $ fecho tmpval hello world
|
|||
$ pda set greeting@evf < tmpval
|
||||
$ pda set number@evf 42
|
||||
$ pda export evf --value "**https**"
|
||||
{"key":"url","value":"https://example.com","encoding":"text"}
|
||||
{"key":"url","value":"https://example.com","encoding":"text","store":"evf"}
|
||||
$ pda export evf --value "**world**"
|
||||
{"key":"greeting","value":"hello world\n","encoding":"text"}
|
||||
{"key":"greeting","value":"hello world\n","encoding":"text","store":"evf"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue