You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
synctv/cmd/root/root.go

10 lines
203 B
Go

package root
import "github.com/spf13/cobra"
var RootCmd = &cobra.Command{
Use: "root",
Short: "root",
Long: `you must first shut down the server, otherwise the changes will not take effect.`,
}