func(*DevboxShell)
| 69 | } |
| 70 | |
| 71 | type ShellOption func(*DevboxShell) |
| 72 | |
| 73 | // newShell initializes the DevboxShell struct so it can be used to start a shell environment |
| 74 | // for the devbox project. |
nothing calls this directly
no outgoing calls
no test coverage detected