MCPcopy
hub / github.com/docker/compose / PrintKeyboardInfo

Method PrintKeyboardInfo

cmd/formatter/shortcut.go:120–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

118}
119
120func (lk *LogKeyboard) PrintKeyboardInfo() {
121 if lk.logLevel == INFO {
122 lk.printNavigationMenu()
123 }
124}
125
126// Creates space to print error and menu string
127func (lk *LogKeyboard) createBuffer(lines int) {

Callers

nothing calls this directly

Calls 1

printNavigationMenuMethod · 0.95

Tested by

no test coverage detected