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

Function printInfoInstructions

internal/plugin/info.go:146–153  ·  view source on GitHub ↗
(pkg string, w io.Writer)

Source from the content-addressed store, hash-verified

144}
145
146func printInfoInstructions(pkg string, w io.Writer) error {
147 _, err := fmt.Fprintf(
148 w,
149 "To show this information, run `devbox info %s`\n\n",
150 pkg,
151 )
152 return errors.WithStack(err)
153}

Callers 1

ReadmeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected