parent
b596ccdf0f
commit
b6db90cc32
6 changed files with 143 additions and 1 deletions
|
@ -297,7 +297,9 @@ func Run(Retry bool, showStats bool, cmd *cobra.Command, f func() error) {
|
|||
if !showStats && ShowStats() {
|
||||
showStats = true
|
||||
}
|
||||
if showStats {
|
||||
if fs.Config.Progress {
|
||||
stopStats = startProgress()
|
||||
} else if showStats {
|
||||
stopStats = StartStats()
|
||||
}
|
||||
SigInfoHandler()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue