Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mattermost/mattermost
/ Run
Function
Run
tools/mmgotool/commands/root.go:12–15 ·
view source on GitHub ↗
(args []string)
Source
from the content-addressed store, hash-verified
10
type
Command = cobra.Command
11
12
func
Run(args []string) error {
13
RootCmd.SetArgs(args)
14
return
RootCmd.Execute()
15
}
16
17
var
RootCmd = &cobra.Command{
18
Use:
"mmgotool"
,
Callers
nothing calls this directly
Calls
1
Execute
Method · 0.45
Tested by
no test coverage detected