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

Method get_parser

keepercommander/commands/base.py:785–786  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

783 return False
784
785 def get_parser(self): # type: () -> Optional[argparse.ArgumentParser]
786 return None
787
788 def _ensure_parser(func):
789 def _wrapper(self):

Calls

no outgoing calls