henrik / progress_bar

Command-line progress bars and spinners for Elixir.
MIT License
333 stars 20 forks source link

[done: :remove] flag for spinners. #12

Closed itsgreggreg closed 8 years ago

itsgreggreg commented 8 years ago

I added a flag for spinners that lets you remove them when done spinning. I'm using it in my weather app: https://github.com/itsgreggreg/weather while loading data from remote services but then when the data is displayed we don't really need and indicator that it has been loaded. :)

Also added a test.

henrik commented 8 years ago

Nice addition, thank you so much! Awesome that you added tests too. Sorry for my laziness in responding :)

itsgreggreg commented 8 years ago

No worries! Love the library. Good work!