(item string, ttyCheck func() bool)
| 291 | } |
| 292 | |
| 293 | func formatListItemWithTTY(item string, ttyCheck func() bool) string { |
| 294 | return applyStyleWithTTY(styles.ListItem, " • "+item, ttyCheck) |
| 295 | } |
| 296 | |
| 297 | // FormatErrorMessage formats a simple error message (for stderr output) |
| 298 | func FormatErrorMessage(message string) string { |