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

Struct NewTabCommand

cmd/grv/config_parse.go:104–106  ·  view source on GitHub ↗

NewTabCommand represents the command to create a new tab

Source from the content-addressed store, hash-verified

102
103// NewTabCommand represents the command to create a new tab
104type NewTabCommand struct {
105 tabName *ConfigToken
106}
107
108func (newTabCommand *NewTabCommand) configCommand() {}
109

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected