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
|
|
@ -70,6 +70,7 @@ func init() {
|
|||
cpCmd.GroupID = "keys"
|
||||
delCmd.GroupID = "keys"
|
||||
listCmd.GroupID = "keys"
|
||||
editCmd.GroupID = "keys"
|
||||
metaCmd.GroupID = "keys"
|
||||
identityCmd.GroupID = "keys"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue