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