mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-12-17 20:54:36 +03:00
v1.1.0
This commit is contained in:
@@ -14,7 +14,6 @@ import (
|
||||
|
||||
// Execute excute the commands
|
||||
func Execute() {
|
||||
buildCommandsText(RootCommand)
|
||||
flag.Parse()
|
||||
args := flag.Args()
|
||||
if len(args) < 1 {
|
||||
@@ -61,6 +60,7 @@ BigCmdLoop:
|
||||
args = cmd.Flag.Args()
|
||||
}
|
||||
|
||||
buildCommandText(cmd)
|
||||
cmd.Run(cmd, args)
|
||||
Exit()
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user