(projectDir string)
| 192 | } |
| 193 | |
| 194 | func WithProjectDir(projectDir string) ShellOption { |
| 195 | return func(s *DevboxShell) { |
| 196 | s.projectDir = projectDir |
| 197 | } |
| 198 | } |
| 199 | |
| 200 | func WithShellStartTime(t time.Time) ShellOption { |
| 201 | return func(s *DevboxShell) { |