MCPcopy Index your code
hub / github.com/conventionalcommit/commitlint / newDebugCmd

Function newDebugCmd

internal/cmd/cmd.go:230–238  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

228}
229
230func newDebugCmd() *cli.Command {
231 return &cli.Command{
232 Name: "debug",
233 Usage: "Show debug info (version, hooks, config)",
234 Action: func(ctx *cli.Context) error {
235 return printDebug()
236 },
237 }
238}

Callers 1

newCliAppFunction · 0.85

Calls 1

printDebugFunction · 0.85

Tested by

no test coverage detected