Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
146
func
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
Readme
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected