MCPcopy Index your code
hub / github.com/python-cmd2/cmd2 / do_argparse_cmd

Method do_argparse_cmd

tests/test_plugin.py:282–284  ·  view source on GitHub ↗

Repeat back the arguments

(self, namespace: argparse.Namespace)

Source from the content-addressed store, hash-verified

280
281 @with_argparser(parser)
282 def do_argparse_cmd(self, namespace: argparse.Namespace) -> None:
283 """Repeat back the arguments"""
284 self.poutput(namespace.cmd2_statement)
285
286
287###

Callers

nothing calls this directly

Calls 1

poutputMethod · 0.80

Tested by

no test coverage detected