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

Function newSupportCommand

internal/cli/support.go:43–50  ·  view source on GitHub ↗
(deps commandDeps)

Source from the content-addressed store, hash-verified

41}
42
43func newSupportCommand(deps commandDeps) *cobra.Command {
44 cmd := &cobra.Command{
45 Use: supportCommandKey,
46 Short: "Create daemon-owned support artifacts",
47 }
48 cmd.AddCommand(newSupportBundleCommand(deps))
49 return cmd
50}
51
52func newSupportBundleCommand(deps commandDeps) *cobra.Command {
53 var opts supportBundleOptions

Callers 1

newRootCommandFunction · 0.85

Calls 1

newSupportBundleCommandFunction · 0.85

Tested by

no test coverage detected