MCPcopy 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
13func main() {
14 if err := run(os.Args); err != nil {
15 fmt.Fprintln(os.Stderr, err)
16 os.Exit(1)
17 }
18}
19
20func run(args []string) error {
21 fl := pflag.FlagSet{}

Callers

nothing calls this directly

Calls 1

runFunction · 0.85

Tested by

no test coverage detected