Print the version string.
(self)
| 693 | yield "" |
| 694 | |
| 695 | def print_version(self) -> None: |
| 696 | """Print the version string.""" |
| 697 | print(self.version) |
| 698 | |
| 699 | @catch_config_error |
| 700 | def initialize_subcommand(self, subc: str, argv: ArgvType = None) -> None: |