Called when a command signals that we're finished.
(self)
| 637 | self.can_colorize = old_can_colorize |
| 638 | |
| 639 | def finish(self) -> None: |
| 640 | """Called when a command signals that we're finished.""" |
| 641 | pass |
| 642 | |
| 643 | def error(self, msg: str = "none") -> None: |
| 644 | self.msg = "! " + msg + " " |