|
package command
|
|
|
|
import "github.com/spf13/cobra"
|
|
|
|
var RootCmd = &cobra.Command{
|
|
Use: "account_service",
|
|
Short: "A CLI for account Service",
|
|
Long: `account Service CLI is a tool to manage and run
|
|
the account service, including migrations and server startup.`,
|
|
}
|