Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/rilldata/rill
/ Print
Method
Print
cli/pkg/printer/printer.go:112–114 ·
view source on GitHub ↗
(i ...interface{})
Source
from the content-addressed store, hash-verified
110
}
111
112
func
(p *Printer) Print(i ...
interface
{}) {
113
fmt.Fprint(p.humanOut(), i...)
114
}
115
116
func
(p *Printer) Println(i ...
interface
{}) {
117
fmt.Fprintln(p.humanOut(), i...)
Callers
12
PrintfBold
Method · 0.95
PrintfSuccess
Method · 0.95
PrintfWarn
Method · 0.95
PrintfError
Method · 0.95
PrintData
Method · 0.80
ConnectGithubFlow
Function · 0.80
createGithubRepoFlow
Function · 0.80
createGithubRepository
Function · 0.80
githubFlow
Function · 0.80
ShowCmd
Function · 0.80
ChatCmd
Function · 0.80
GetCmd
Function · 0.80
Calls
1
humanOut
Method · 0.95
Tested by
no test coverage detected