chelnak / ysmrr

YSMRR is a package that provides simple multi-line compatible spinners for Go applications.
MIT License
71 stars 6 forks source link

Update NewSpinnerManager constructor #22

Closed chelnak closed 1 year ago

chelnak commented 1 year ago

Small refactor that renames stops exporting the Options struct and renames it to managerOptions to make it less ambiguous.

Also added more detailed docstring to the method.