(appID string)
| 37 | } |
| 38 | |
| 39 | func dockerLogsHint(appID string) string { |
| 40 | return "View and search logs for all containers in one place\nwith Docker Desktop's Logs view. " + hintLink(desktop.BuildLogsURL(appID)) |
| 41 | } |
| 42 | |
| 43 | // hintLink returns a clickable OSC 8 terminal hyperlink when ANSI is allowed, |
| 44 | // or the plain URL when ANSI output is suppressed via NO_COLOR or COMPOSE_ANSI. |
nothing calls this directly
no test coverage detected