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