(message string)
| 35 | } |
| 36 | |
| 37 | func FormatWarning(message string) string { |
| 38 | return tui.RenderWarning(message) |
| 39 | } |
| 40 | |
| 41 | func FormatWarningSimple(message string) string { |
| 42 | return tui.RenderWarningSimple(message) |
nothing calls this directly
no test coverage detected