feat(set): adds --file flag to input from a file path
This commit is contained in:
parent
59cb09a8e7
commit
b89db8dc48
5 changed files with 30 additions and 2 deletions
4
testdata/set-file.ct
vendored
Normal file
4
testdata/set-file.ct
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
$ fecho myfile hello from file
|
||||
$ pda set key@sf --file myfile
|
||||
$ pda get key@sf
|
||||
hello from file
|
||||
Loading…
Add table
Add a link
Reference in a new issue