MCPcopy Index your code
hub / github.com/cheat/cheat / cmdConf

Function cmdConf

cmd/cheat/cmd_conf.go:11–13  ·  view source on GitHub ↗
(_ *cobra.Command, _ []string, conf config.Config)

Source from the content-addressed store, hash-verified

9)
10
11func cmdConf(_ *cobra.Command, _ []string, conf config.Config) {
12 fmt.Println(conf.Path)
13}

Callers 1

runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected