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

Function NewRootCommand

internal/cli/root.go:83–85  ·  view source on GitHub ↗

NewRootCommand constructs the AGH v1 CLI command tree.

()

Source from the content-addressed store, hash-verified

81
82// NewRootCommand constructs the AGH v1 CLI command tree.
83func NewRootCommand() *cobra.Command {
84 return newRootCommand(commandDeps{})
85}
86
87func newRootCommand(deps commandDeps) *cobra.Command {
88 deps = deps.withDefaults()

Callers 1

ExecuteContextFunction · 0.85

Calls 1

newRootCommandFunction · 0.85

Tested by

no test coverage detected