Based on https://github.com/direnv/direnv/blob/master/internal/cmd/shell_pwsh.go
| 25 | |
| 26 | // Based on https://github.com/direnv/direnv/blob/master/internal/cmd/shell_pwsh.go |
| 27 | type pwsh struct{} |
| 28 | |
| 29 | // Pwsh shell instance |
| 30 | var Pwsh Shell = pwsh{} |
nothing calls this directly
no outgoing calls
no test coverage detected