2025-04-20 00:32:41 +10:00

8 lines
82 B
Go

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