Skip to content

Commit d959a76

Browse files
committed
add -D
1 parent 3f06e26 commit d959a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ func initConfig() {
9292
if DebugFlag {
9393
logs.SetLevel(logs.LevelDebug)
9494
client.TurnOnDebug()
95-
// master 已合并, v7.5.0 分支没包含次参数 //
95+
// master 已合并, v7.5.0 分支没包含次参数,等待 v7.5.1
9696
// client.DeepDebugInfo = DeepDebugInfo
9797
} else {
9898
logs.SetLevel(logs.LevelInformational)

0 commit comments

Comments
 (0)