1
0
mirror of https://github.com/nitezs/sub2sing-box.git synced 2024-12-24 13:24:42 -05:00
sub2sing-box/cmd/root.go
2024-03-19 23:53:08 +08:00

8 lines
82 B
Go

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