Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/koding/kite
/ defaultUi
Function
defaultUi
kitectl/command/default.go:24–34 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
}
23
24
func
defaultUi() cli.Ui {
25
return
&cli.ColoredUi{
26
InfoColor: cli.UiColorYellow,
27
ErrorColor: cli.UiColorRed,
28
Ui: &cli.BasicUi{
29
Reader: os.Stdin,
30
Writer: os.Stdout,
31
ErrorWriter: os.Stdout,
32
},
33
}
34
}
Callers
1
default.go
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected