Add command usage example
This commit is contained in:
@@ -28,7 +28,7 @@ var rootCmd = &cobra.Command{
|
||||
Use: "goma",
|
||||
Short: "Goma Gateway is a lightweight API Gateway, Reverse Proxy",
|
||||
Long: `.`,
|
||||
Example: "",
|
||||
Example: util.MainExample,
|
||||
Version: util.FullVersion(),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user