ficsit-cli-flake/cmd/smr/root.go

11 lines
124 B
Go
Raw Normal View History

2022-10-14 16:11:16 +00:00
package smr
import (
"github.com/spf13/cobra"
)
var Cmd = &cobra.Command{
Use: "smr",
Short: "Manage mods on SMR",
}