Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
package
shell
2
3
type
Shell
interface
{
4
SetEnv(key, value string) error
5
}
Callers
nothing calls this directly
Implementers
2
Zsh
shell/zsh/zsh.go
Bash
shell/bash/bash.go
Calls
no outgoing calls
Tested by
no test coverage detected