()
| 1533 | } |
| 1534 | |
| 1535 | func tailLineStyle() pretty.Style { |
| 1536 | return pretty.Style{pretty.Nop} |
| 1537 | } |
| 1538 | |
| 1539 | func SlimUnsupported(w io.Writer, cmd string) { |
| 1540 | _, _ = fmt.Fprintf(w, "You are using a 'slim' build of Coder, which does not support the %s subcommand.\n", pretty.Sprint(cliui.DefaultStyles.Code, cmd)) |
no outgoing calls
no test coverage detected