()
| 103 | return result |
| 104 | |
| 105 | def clear_screen(): |
| 106 | console = Console() |
| 107 | console.print("[bold green]Coming soon...[/bold green]") |
| 108 | print('\033[u\033[J\033[?25h', end='') # Restore cursor and clear everything after it, show cursor |
| 109 | def get_config(container_name, port, test_pull_name="main", git_clone=False): |
| 110 | container_name = container_name |
| 111 |
no outgoing calls
no test coverage detected