MCPcopy Create free account
hub / github.com/Sma1lboy/RegTool / Shell

Interface Shell

shell/shell.go:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package shell
2
3type Shell interface {
4 SetEnv(key, value string) error
5}

Callers

nothing calls this directly

Implementers 2

Zshshell/zsh/zsh.go
Bashshell/bash/bash.go

Calls

no outgoing calls

Tested by

no test coverage detected