()
| 35 | } |
| 36 | |
| 37 | func (d *Devbox) refreshAliasName() string { |
| 38 | if d.isGlobal() { |
| 39 | return "refresh-global" |
| 40 | } |
| 41 | return "refresh" |
| 42 | } |
| 43 | |
| 44 | func (d *Devbox) refreshCmd() string { |
| 45 | devboxCmd := fmt.Sprintf("shellenv --preserve-path-stack -c %q", d.projectDir) |
no test coverage detected