Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GetStream/stream-cli
/ main
Function
main
cmd/stream-cli/main.go:10–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
)
9
10
func
main() {
11
if
err := mainRun(); err != nil {
12
fmt.Fprintf(os.Stderr,
"%s\n"
, err)
13
os.Exit(1)
14
}
15
}
16
17
func
mainRun() error {
18
return
root.NewCmd().Execute()
Callers
nothing calls this directly
Calls
1
mainRun
Function · 0.85
Tested by
no test coverage detected