Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GetStream/stream-cli
/ main
Function
main
cmd/gen-docs/main.go:13–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
)
12
13
func
main() {
14
if
err := run(os.Args); err != nil {
15
fmt.Fprintln(os.Stderr, err)
16
os.Exit(1)
17
}
18
}
19
20
func
run(args []string) error {
21
fl := pflag.FlagSet{}
Callers
nothing calls this directly
Calls
1
run
Function · 0.85
Tested by
no test coverage detected