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
|
|
@ -59,6 +59,7 @@ func TestMain(t *testing.T) {
|
|||
}
|
||||
os.Setenv("PDA_DATA", dataDir)
|
||||
os.Setenv("PDA_CONFIG", configDir)
|
||||
os.Unsetenv("EDITOR")
|
||||
|
||||
// Pre-create an age identity so encryption tests don't print
|
||||
// a creation message with a non-deterministic path.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue