MCPcopy
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

10type Command = cobra.Command
11
12func Run(args []string) error {
13 RootCmd.SetArgs(args)
14 return RootCmd.Execute()
15}
16
17var RootCmd = &cobra.Command{
18 Use: "mmgotool",

Callers

nothing calls this directly

Calls 1

ExecuteMethod · 0.45

Tested by

no test coverage detected