This website requires JavaScript.
Explore
Help
Sign In
nite
/
sub2sing-box
Watch
1
Star
0
Fork
0
You've already forked sub2sing-box
mirror of
https://github.com/nitezs/sub2sing-box.git
synced
2024-12-23 15:24:42 -05:00
Code
Projects
Activity
70ba3ea335
sub2sing-box
/
cmd
/
root.go
8 lines
82 B
Go
Raw
Normal View
History
Unescape
Escape
update
2024-03-11 05:31:29 -04:00
package
cmd
add: version cmd add: dockerfile
2024-03-12 12:11:34 -04:00
import
(
"github.com/spf13/cobra"
)
update
2024-03-11 05:31:29 -04:00
var
RootCmd
=
&
cobra
.
Command
{
}
Copy Permalink