Prints a rich colored info message without the panelling.
(text, style="")
| 31 | |
| 32 | |
| 33 | def print_substep(text, style="") -> None: |
| 34 | """Prints a rich colored info message without the panelling.""" |
| 35 | console.print(text, style=style) |
| 36 | |
| 37 | |
| 38 | def handle_input( |
no outgoing calls
no test coverage detected