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

Method get_parser

keepercommander/commands/recordv3.py:146–147  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

144
145class RecordAddCommand(Command, recordv2.RecordUtils):
146 def get_parser(self):
147 return add_parser
148
149 def execute(self, params, **kwargs):
150 options = kwargs.get('option') or []

Callers 1

executeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected