File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ func performAction(optMap map[string]interface{}, optionMap map[string]interface
52
52
"list-entry" : WrapperMaxKryptStringFunc (listCurrentEntry ),
53
53
"find" : WrapperMaxKryptStringFunc (findCurrentEntry ),
54
54
"remove" : WrapperMaxKryptStringFunc (removeCurrentEntry ),
55
- "copy" : WrapperMaxKryptStringFunc (copyCurrentEntry ),
55
+ "clone" : WrapperMaxKryptStringFunc (copyCurrentEntry ),
56
56
"use-db" : setActiveDatabasePath ,
57
57
"export" : exportToFile ,
58
58
}
@@ -63,6 +63,7 @@ func performAction(optMap map[string]interface{}, optionMap map[string]interface
63
63
64
64
flagsActionsMap := map [string ]voidFunc {
65
65
"show" : setShowPasswords ,
66
+ "copy" : setCopyPasswordToClipboard ,
66
67
}
67
68
68
69
// Flag actions - always done
You can’t perform that action at this time.
0 commit comments