new: add cli interface with basic webui
This commit is contained in:
11
cli/main.go
Normal file
11
cli/main.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"os"
|
||||
|
||||
"github.com/hiddify/libcore/cmd"
|
||||
)
|
||||
|
||||
func main() {
|
||||
cmd.ParseCli(os.Args[1:])
|
||||
}
|
||||
Reference in New Issue
Block a user