br: make log command visible in cli (#50995)

close pingcap/tidb#50927
This commit is contained in:
ris
2024-02-29 20:23:04 -08:00
committed by GitHub
parent 1d24b1caf2
commit 6099ec9a3d

View File

@ -57,7 +57,7 @@ func NewStreamCommand() *cobra.Command {
command.Root().HelpFunc()(command, strings)
})
command.Hidden = true
command.Hidden = false
return command
}