| commit | d32f9ee002e7d9def962591da75760bacb72c75e | [log] [tgz] |
|---|---|---|
| author | iomodo <wineson@gmail.com> | Sun Feb 21 21:28:50 2021 +0400 |
| committer | iomodo <wineson@gmail.com> | Sun Feb 21 21:28:50 2021 +0400 |
| tree | dcfeaecd93fafb62552573c4108c6a15d558aef1 | |
| parent | 90c6a3bb26cad7a4b27a8f0d17b3102435a5f18f [diff] [blame] |
Review suggestions
diff --git a/core/kg/cmd/commands/root.go b/core/kg/cmd/commands/root.go index 68831c3..812cdf1 100644 --- a/core/kg/cmd/commands/root.go +++ b/core/kg/cmd/commands/root.go
@@ -16,7 +16,7 @@ } // rootCmd is a command to run the server. -var rootCmd = &cobra.Command{ +var rootCmd = &Command{ Use: "server", Short: "An example of the basic server", RunE: serverCmdF,