MCPcopy Create free account
hub / github.com/Keeper-Security/Commander / get_parser

Method get_parser

keepercommander/commands/record.py:3056–3057  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3054
3055class ClipboardCommand(Command, RecordMixin):
3056 def get_parser(self):
3057 return clipboard_copy_parser
3058
3059 def execute(self, params, **kwargs):
3060 record_name = kwargs['record'] if 'record' in kwargs else ''

Callers 1

executeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected