MCPcopy
hub / github.com/deadc0de6/dotdrop / debug_command

Method debug_command

dotdrop/options.py:200–202  ·  view source on GitHub ↗

print the original command

(self)

Source from the content-addressed store, hash-verified

198 self._set_attr_err = True
199
200 def debug_command(self):
201 """print the original command"""
202 self.log.dbg(f'command: {self.argv}')
203
204 @classmethod
205 def _get_config_from_env(cls, name):

Callers 1

mainFunction · 0.95

Calls 1

dbgMethod · 0.80

Tested by

no test coverage detected