From 75786eda5e39c79073f0bbcc4ea1cb93a1eb86ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Fabianski?= Date: Fri, 6 Oct 2023 11:02:50 +0200 Subject: [PATCH] feat: remove useless it/s information in progressbar --- internal/util/progressbar/progressbar.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/util/progressbar/progressbar.go b/internal/util/progressbar/progressbar.go index a323d06d8..02154da7a 100644 --- a/internal/util/progressbar/progressbar.go +++ b/internal/util/progressbar/progressbar.go @@ -18,8 +18,6 @@ func GetProgressBar(filesLength int, config settings.Config, display_type string progressbar.OptionOnCompletion(func() { output.ErrorWriter().Write([]byte("\n")) //nolint:all,errcheck }), - progressbar.OptionShowIts(), - progressbar.OptionSetItsString(display_type), progressbar.OptionSetDescription(" └"), progressbar.OptionSetTheme(progressbar.Theme{ Saucer: "=",