View help.
(self)
| 340 | |
| 341 | @command.command("console.view.help") |
| 342 | def view_help(self) -> None: |
| 343 | """View help.""" |
| 344 | self.master.switch_view("help") |
| 345 | |
| 346 | @command.command("console.view.flow") |
| 347 | def view_flow(self, flow: flow.Flow) -> None: |
nothing calls this directly
no test coverage detected