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

Function newTaskChildCommand

internal/cli/task.go:2191–2201  ·  view source on GitHub ↗
(deps commandDeps)

Source from the content-addressed store, hash-verified

2189}
2190
2191func newTaskChildCommand(deps commandDeps) *cobra.Command {
2192 cmd := &cobra.Command{
2193 Use: "child",
2194 Short: "Manage child tasks",
2195 RunE: func(cmd *cobra.Command, _ []string) error {
2196 return cmd.Help()
2197 },
2198 }
2199 cmd.AddCommand(newTaskChildCreateCommand(deps))
2200 return cmd
2201}
2202
2203func newTaskChildCreateCommand(deps commandDeps) *cobra.Command {
2204 var (

Callers 1

newTaskCommandFunction · 0.85

Calls 1

Tested by

no test coverage detected