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

Interface Command

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

Command is an action to be run.

Source from the content-addressed store, hash-verified

49
50// Command is an action to be run.
51type Command interface {
52 Run(*Script)
53}
54
55// Shell is a shell command to execute.
56type Shell struct {

Callers 2

mainFunction · 0.65
ExecuteMethod · 0.65

Implementers 3

Shelldocs/asciinema-run/main.go
Waitdocs/asciinema-run/main.go
Delaydocs/asciinema-run/main.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…