package mod import ( "github.com/spf13/cobra" ) var Cmd = &cobra.Command{ Use: "mod", Short: "Manage mods", }