feat(edit): add edit command to open key values in $EDITOR
This commit is contained in:
parent
618842b285
commit
637c7e0b56
5 changed files with 343 additions and 0 deletions
5
testdata/edit-no-editor-err.ct
vendored
Normal file
5
testdata/edit-no-editor-err.ct
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# Error when EDITOR is not set
|
||||
$ pda set hello@e world
|
||||
$ pda edit hello@e --> FAIL
|
||||
FAIL EDITOR not set
|
||||
hint set $EDITOR to your preferred text editor
|
||||
Loading…
Add table
Add a link
Reference in a new issue