Repeat back the arguments
(self, namespace: argparse.Namespace)
| 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 | ### |