MCPcopy
hub / github.com/rgburke/grv / ShellCommand

Struct ShellCommand

cmd/grv/config_parse.go:150–152  ·  view source on GitHub ↗

ShellCommand represents a shell command

Source from the content-addressed store, hash-verified

148
149// ShellCommand represents a shell command
150type ShellCommand struct {
151 command *ConfigToken
152}
153
154func (shellCommand *ShellCommand) configCommand() {}
155

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected