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

Function shellInceptionErrorMsg

internal/boxcli/shell.go:118–121  ·  view source on GitHub ↗
(cmdPath string)

Source from the content-addressed store, hash-verified

116}
117
118func shellInceptionErrorMsg(cmdPath string) error {
119 return usererr.New("You are already in an active %[1]s.\nRun `exit` before calling `%[1]s` again."+
120 " Shell inception is not supported.", cmdPath)
121}

Callers 1

runShellCmdFunction · 0.85

Calls 1

NewFunction · 0.92

Tested by

no test coverage detected