Skip to content

Commit

Permalink
show all if unspecified
Browse files Browse the repository at this point in the history
  • Loading branch information
vcptr committed Jan 13, 2020
1 parent 5127351 commit 2e1c29b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cmd/vmessconv/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,11 @@ func main() {
if *showQ {
fmt.Println("Quantumult:", lk.LinkStr("quan"))
}
if !*showN && !*showRK && !*showQ {
fmt.Println("V2rayN:", lk.LinkStr("ng"))
fmt.Println()
fmt.Println("ShadowRocket:", lk.LinkStr("rk"))
fmt.Println()
fmt.Println("Quantumult:", lk.LinkStr("quan"))
}
}

0 comments on commit 2e1c29b

Please sign in to comment.