Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/DXCDT-393-ensure-status-and-prog…
Browse files Browse the repository at this point in the history
…ress-indicator' into DXCDT-393-ensure-status-and-progress-indicator
  • Loading branch information
Michael Christenson II committed Dec 21, 2023
2 parents 8f759cf + 070b652 commit 463832a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ansi/progress.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (

"github.com/schollz/progressbar/v3"
)

// ProgressBar will display progress indication for the given items.
func ProgressBar[T comparable](desc string, items []T, fn func(int, T) error) error {
switch len(items) {
case 0:
Expand Down

0 comments on commit 463832a

Please sign in to comment.