sectionEnd prints the matching closing box border.
(color string)
| 173 | |
| 174 | // sectionEnd prints the matching closing box border. |
| 175 | func sectionEnd(color string) { |
| 176 | fmt.Println(uiBoxEnd(color)) |
| 177 | } |
| 178 | |
| 179 | // defaultMarker is a zero-width sentinel prefix that envOr/envBool use |
| 180 | // to flag a value as "this is the runtime default, the env var is unset". |
no test coverage detected