mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-12 22:39:34 -05:00
rename micro-runtime -> micro + change category
This commit is contained in:
@@ -9,9 +9,9 @@ import (
|
||||
// Command adds micro runtime commands to the cli app
|
||||
func Command(app *cli.App) cli.Command {
|
||||
command := cli.Command{
|
||||
Name: "micro-runtime",
|
||||
Description: "starts the go-micro runtime and its services",
|
||||
Category: "Base",
|
||||
Name: "micro",
|
||||
Description: "starts the go-micro runtime services",
|
||||
Category: "Micro",
|
||||
Action: func(c *cli.Context) error {
|
||||
runtime := Runtime{
|
||||
Services: RuntimeServices,
|
||||
|
||||
Reference in New Issue
Block a user