MCPcopy Create free account
hub / github.com/betta-tech/byo-coding-agent / command

Struct command

commands.go:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17)
18
19type command struct {
20 description string
21 usage string // optional; falls back to "/name"
22 run func(args string)
23}
24
25var commands = map[string]command{}
26

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected