MCPcopy Index your code
hub / github.com/version-fox/vfox / pwsh

Struct pwsh

internal/shell/powershell.go:27–27  ·  view source on GitHub ↗

Based on https://github.com/direnv/direnv/blob/master/internal/cmd/shell_pwsh.go

Source from the content-addressed store, hash-verified

25
26// Based on https://github.com/direnv/direnv/blob/master/internal/cmd/shell_pwsh.go
27type pwsh struct{}
28
29// Pwsh shell instance
30var Pwsh Shell = pwsh{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected