package cmd import "github.com/spf13/cobra" func initServe() *cobra.Command { serve := &cobra.Command{ Use: "serve", } return serve }