Explorar el Código

Fix "combine" progress ending

Signed-off-by: Vadim Markovtsev <vadim@sourced.tech>
Vadim Markovtsev hace 6 años
padre
commit
bb76ba74bb
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      cmd/hercules/combine.go

+ 1 - 0
cmd/hercules/combine.go

@@ -58,6 +58,7 @@ var combineCmd = &cobra.Command{
 			debug.FreeOSMemory()
 		}
 		bar.Finish()
+		os.Stderr.WriteString("\033[2K\r")
 		printErrors(allErrors)
 		sort.Strings(repos)
 		if mergedMetadata == nil {