MCPcopy Create free account
hub / github.com/compozy/agh / newConfigCheckCommand

Function newConfigCheckCommand

internal/cli/config.go:609–613  ·  view source on GitHub ↗
(deps commandDeps)

Source from the content-addressed store, hash-verified

607}
608
609func newConfigCheckCommand(deps commandDeps) *cobra.Command {
610 cmd := newConfigValidateCommandNamed(deps, "check")
611 cmd.Short = "Alias for config validate"
612 return cmd
613}
614
615func newConfigValidateCommandNamed(deps commandDeps, name string) *cobra.Command {
616 var workspaceRoot string

Callers 1

newConfigCommandFunction · 0.85

Calls 1

Tested by

no test coverage detected