package main
import (
"fmt"
"sub2sing-box/cmd"
)
func main() {
if err := cmd.RootCmd.Execute(); err != nil {
fmt.Println(err)
}