Skip to content

Commit

Permalink
Merge pull request #1 from bandorko/feat-reverse-spinner
Browse files Browse the repository at this point in the history
feat: reverse spinner
  • Loading branch information
szkiba authored Sep 24, 2023
2 parents bcbd624 + fa062f4 commit 17d410c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/cmd/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ func getspinner(opts *options) *spinner.Spinner {
}

sp := spinner.New(spinner.CharSets[51], 200*time.Millisecond, sopts...)
sp.Reverse()

if opts.verbose || opts.quiet || opts.help {
sp.Disable()
Expand Down

0 comments on commit 17d410c

Please sign in to comment.