mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-04-29 16:58:34 +00:00
v1.1.0
This commit is contained in:
parent
ed8d6d743c
commit
16544c18ab
627 changed files with 3247 additions and 2635 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue