MCPcopy
hub / github.com/cli/cli / PrintHeader

Function PrintHeader

pkg/cmd/pr/shared/display.go:58–60  ·  view source on GitHub ↗
(io *iostreams.IOStreams, s string)

Source from the content-addressed store, hash-verified

56}
57
58func PrintHeader(io *iostreams.IOStreams, s string) {
59 fmt.Fprintln(io.Out, io.ColorScheme().Bold(s))
60}
61
62func PrintMessage(io *iostreams.IOStreams, s string) {
63 fmt.Fprintln(io.Out, io.ColorScheme().Muted(s))

Callers 1

statusRunFunction · 0.92

Calls 2

BoldMethod · 0.80
ColorSchemeMethod · 0.80

Tested by

no test coverage detected