MCPcopy
hub / github.com/danielgtaylor/huma / Shell

Struct Shell

docs/asciinema-run/main.go:56–58  ·  view source on GitHub ↗

Shell is a shell command to execute.

Source from the content-addressed store, hash-verified

54
55// Shell is a shell command to execute.
56type Shell struct {
57 Cmd string
58}
59
60// NewShell creates a new Shell.
61func NewShell(cmd string) Shell {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected