MCPcopy
hub / github.com/ory/keto / main

Function main

cmd/clidoc/main.go:15–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13)
14
15func main() {
16 if err := clidoc.Generate(cmd.NewRootCmd(), os.Args[1:]); err != nil {
17 _, _ = fmt.Fprintf(os.Stderr, "%+v", err)
18 os.Exit(1)
19 }
20 fmt.Println("All files have been generated and updated.")
21}

Callers

nothing calls this directly

Calls 3

NewRootCmdFunction · 0.92
PrintlnMethod · 0.80
GenerateMethod · 0.65

Tested by

no test coverage detected