Bar subcommand of base command
(self, args)
| 312 | self.poutput(args.x * args.y) |
| 313 | |
| 314 | def base_bar(self, args) -> None: |
| 315 | """Bar subcommand of base command""" |
| 316 | self.poutput(f"(({args.z}))") |
| 317 | |
| 318 | def base_helpless(self, args) -> None: |
| 319 | """Helpless subcommand of base command""" |