change store category to extensions instead of runtime

This commit is contained in:
A.Unger
2020-07-27 10:46:16 +02:00
committed by Artur Neumann
parent d9f4f943d8
commit c88138239a
+1 -1
View File
@@ -16,7 +16,7 @@ func StoreCommand(cfg *config.Config) *cli.Command {
return &cli.Command{
Name: "store",
Usage: "Start a go-micro store",
Category: "Runtime",
Category: "Extensions",
Flags: flagset.ServerWithConfig(cfg.Store),
Action: func(ctx *cli.Context) error {
storeCommand := command.Server(configureStore(cfg))