Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
55
func
init() {
56
AddCommandsTo(RootCmd)
57
}
58
59
func
AddCommandsTo(cmd *cobra.Command) {
60
cmd.AddCommand(compare.CompareCmd)
Callers
nothing calls this directly
Calls
1
AddCommandsTo
Function · 0.85
Tested by
no test coverage detected