MCPcopy Create free account
hub / github.com/XmirrorSecurity/OpenSCA-cli / UIHelp

Function UIHelp

cmd/ui/ui.go:103–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101}
102
103func UIHelp() *tview.TextView {
104 tips := []string{"j:down", "k:up", "space:expand/collapse", "h/l:switch", "g:top", "G:bottom", "crtl+c/q:quit", "{:collapse_all", "}:expand_all", "[:collapse_node", "]:expand_node"}
105 text := tview.NewTextView().SetText(strings.Join(tips, " | "))
106 return text
107}
108
109func TaskLog() *tview.TextView {
110 log := tview.NewTextView().SetDynamicColors(true).ScrollToEnd()

Callers 1

OpenUIFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected