(io *iostreams.IOStreams, s string)
| 60 | } |
| 61 | |
| 62 | func PrintMessage(io *iostreams.IOStreams, s string) { |
| 63 | fmt.Fprintln(io.Out, io.ColorScheme().Muted(s)) |
| 64 | } |
| 65 | |
| 66 | func ListNoResults(repoName string, itemName string, hasFilters bool) error { |
| 67 | if hasFilters { |
no test coverage detected