Helpless subcommand of base command
(self, args)
| 316 | self.poutput(f"(({args.z}))") |
| 317 | |
| 318 | def base_helpless(self, args) -> None: |
| 319 | """Helpless subcommand of base command""" |
| 320 | self.poutput(f"(({args.z}))") |
| 321 | |
| 322 | # create the top-level parser for the base command |
| 323 | base_parser = cmd2.Cmd2ArgumentParser() |