mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2025-02-23 12:42:27 +08:00
chore: 当无tag时不输出无效日志
This commit is contained in:
parent
298ca42369
commit
8e959bd245
3
main.go
3
main.go
@ -54,7 +54,10 @@ func main() {
|
|||||||
if version {
|
if version {
|
||||||
fmt.Printf("Clash Meta %s %s %s with %s %s\n",
|
fmt.Printf("Clash Meta %s %s %s with %s %s\n",
|
||||||
C.Version, runtime.GOOS, runtime.GOARCH, runtime.Version(), C.BuildTime)
|
C.Version, runtime.GOOS, runtime.GOARCH, runtime.Version(), C.BuildTime)
|
||||||
|
if len(features.TAGS) != 0 {
|
||||||
fmt.Printf("Use tags: %s\n", strings.Join(features.TAGS, ", "))
|
fmt.Printf("Use tags: %s\n", strings.Join(features.TAGS, ", "))
|
||||||
|
}
|
||||||
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user