Skip to content

Commit

Permalink
feat: remove useless it/s information in progressbar
Browse files Browse the repository at this point in the history
  • Loading branch information
cfabianski committed Oct 11, 2023
1 parent 6f6e6b9 commit 75786ed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/util/progressbar/progressbar.go
Original file line number Diff line number Diff line change
Expand Up @@ -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: "=",
Expand Down

0 comments on commit 75786ed

Please sign in to comment.