Print the flag part of the help.
(self)
| 550 | raise |
| 551 | |
| 552 | def print_flag_help(self) -> None: |
| 553 | """Print the flag part of the help.""" |
| 554 | print("\n".join(self.emit_flag_help())) |
| 555 | |
| 556 | def emit_flag_help(self) -> t.Generator[str, None, None]: |
| 557 | """Yield the lines for the flag part of the help.""" |