Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Keeper-Security/Commander
/ get_parser
Method
get_parser
keepercommander/commands/record.py:2936–2937 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2934
2935
class
ClipboardCommand(Command, RecordMixin):
2936
def
get_parser(self):
2937
return
clipboard_copy_parser
2938
2939
def
execute(self, params, **kwargs):
2940
record_name = kwargs[
'record'
]
if
'record'
in kwargs
else
''
Callers
1
execute
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected