1
0
mirror of https://github.com/nitezs/sub2sing-box.git synced 2024-12-23 14:44:42 -05:00
sub2sing-box/cmd/root.go
2024-11-06 18:38:59 +08:00

8 lines
82 B
Go
Executable File

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