Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
118
func
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
runShellCmd
Function · 0.85
Calls
1
New
Function · 0.92
Tested by
no test coverage detected