pcgamedb/cmd/root.go
2024-09-24 18:17:11 +08:00

8 lines
82 B
Go

package cmd
import (
"github.com/spf13/cobra"
)
var RootCmd = &cobra.Command{}