MCPcopy Create free account
hub / github.com/conforma/cli / init

Function init

internal/documentation/documentation.go:39–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37)
38
39func init() {
40 c := cmd.RootCmd
41 c.AddCommand(test.NewTestCommand(c.Context()))
42}
43
44func main() {
45 // opa run is using $HOME for the --history flag, $HOME is environment

Callers

nothing calls this directly

Calls 1

NewTestCommandFunction · 0.92

Tested by

no test coverage detected