tty-spinner v0.2 is out
The new tty-spinner has been totally rewritten to be more flexible and intuitive. The most notable changes to API are introduction of start call for automatic spinning. Stop method now has two specific calls called success and error for marking with check or cross the task completion. You can now listen to spinner events fired for :done, :success and :error states. Also the formatters have grown in number with ability to specify time intervals. see formats section
Comments
Why do you have *args for emit(name, *args) method ? It is not being used anywhere.
Post a comment