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

Function init

cmd/root.go:55–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53}
54
55func init() {
56 AddCommandsTo(RootCmd)
57}
58
59func AddCommandsTo(cmd *cobra.Command) {
60 cmd.AddCommand(compare.CompareCmd)

Callers

nothing calls this directly

Calls 1

AddCommandsToFunction · 0.85

Tested by

no test coverage detected