These styles are arbitrary.
()
| 1529 | |
| 1530 | // These styles are arbitrary. |
| 1531 | func headLineStyle() pretty.Style { |
| 1532 | return cliui.DefaultStyles.Error |
| 1533 | } |
| 1534 | |
| 1535 | func tailLineStyle() pretty.Style { |
| 1536 | return pretty.Style{pretty.Nop} |
no outgoing calls
no test coverage detected