MCPcopy Index your code
hub / github.com/jetify-com/devbox / debugCmd

Function debugCmd

internal/boxcli/generate.go:68–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66}
67
68func debugCmd() *cobra.Command {
69 flags := &generateCmdFlags{}
70 command := &cobra.Command{
71 Use: "debug",
72 Hidden: true,
73 Args: cobra.MaximumNArgs(0),
74 RunE: func(cmd *cobra.Command, args []string) error {
75 return runGenerateCmd(cmd, flags)
76 },
77 }
78 return command
79}
80
81func devcontainerCmd() *cobra.Command {
82 flags := &generateCmdFlags{}

Callers 1

generateCmdFunction · 0.85

Calls 1

runGenerateCmdFunction · 0.85

Tested by

no test coverage detected