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

Interface ConfigCommand

cmd/grv/config_parse.go:59–61  ·  view source on GitHub ↗

ConfigCommand represents a config command

Source from the content-addressed store, hash-verified

57
58// ConfigCommand represents a config command
59type ConfigCommand interface {
60 configCommand()
61}
62
63// SetCommand contains state for setting a config variable to a value
64type SetCommand struct {

Callers

nothing calls this directly

Implementers 15

SetCommandcmd/grv/config_parse.go
ThemeCommandcmd/grv/config_parse.go
MapCommandcmd/grv/config_parse.go
UnmapCommandcmd/grv/config_parse.go
QuitCommandcmd/grv/config_parse.go
NewTabCommandcmd/grv/config_parse.go
RemoveTabCommandcmd/grv/config_parse.go
AddViewCommandcmd/grv/config_parse.go
SplitViewCommandcmd/grv/config_parse.go
GitCommandcmd/grv/config_parse.go
HelpCommandcmd/grv/config_parse.go
ShellCommandcmd/grv/config_parse.go

Calls

no outgoing calls

Tested by

no test coverage detected