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

Function WithHistoryFile

internal/devbox/shell.go:181–185  ·  view source on GitHub ↗
(historyFile string)

Source from the content-addressed store, hash-verified

179}
180
181func WithHistoryFile(historyFile string) ShellOption {
182 return func(s *DevboxShell) {
183 s.historyFile = historyFile
184 }
185}
186
187// TODO: Consider removing this once plugins add env vars directly to binaries via wrapper scripts.
188func WithEnvVariables(envVariables map[string]string) ShellOption {

Callers 1

ShellMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected