log backup: hidden the log backup and restore point (#34991)
ref pingcap/tidb#29501
This commit is contained in:
@ -160,5 +160,6 @@ func newStreamRestoreCommand() *cobra.Command {
|
||||
}
|
||||
task.DefineFilterFlags(command, filterOutSysAndMemTables, true)
|
||||
task.DefineStreamRestoreFlags(command)
|
||||
command.Hidden = true
|
||||
return command
|
||||
}
|
||||
|
||||
@ -55,6 +55,7 @@ func NewStreamCommand() *cobra.Command {
|
||||
command.Root().HelpFunc()(command, strings)
|
||||
})
|
||||
|
||||
command.Hidden = true
|
||||
return command
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user