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

Struct fish

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

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

Source from the content-addressed store, hash-verified

25
26// Based on https://github.com/direnv/direnv/blob/master/internal/cmd/shell_fish.go
27type fish struct{}
28
29// Fish adds support for the fish shell as a host
30var Fish Shell = fish{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected