fix: Fast Trace 无法使用

This commit is contained in:
Leo
2023-01-17 20:10:35 +08:00
parent 08c4a5ceae
commit 801f42801a

View File

@@ -56,6 +56,7 @@ func Excute() {
// In case of error print error and print usage
// This can also be done by passing -h or --help flags
fmt.Print(parser.Usage(err))
return
}
if *ver {
@@ -65,11 +66,6 @@ func Excute() {
domain := *str
if domain == "" {
fmt.Print(parser.Usage(err))
return
}
if *fast_trace {
fastTrace.FastTest(*tcp, *output)
if *output {
@@ -79,6 +75,11 @@ func Excute() {
os.Exit(0)
}
if domain == "" {
fmt.Print(parser.Usage(err))
return
}
capabilities_check()
// return