You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perhaps I'm just missing something but calling spinner_.finish(); the output of the spinner is still displayed with the message/last tick. Is there a way to clear this?
Example:
Loading
source-keephdalive-locations.lst => 79%
source-keephdalive-writer.lst No Coverage!
Coverage over 2 files: 39%
I want the Loading \ line cleared so it does not appear in subsequent output.
Other than that this is a great module! Thanks!
The text was updated successfully, but these errors were encountered:
For now, there is no way to clear a message.
I'll add an option to clear it as enum such as FinishBehavior (like a std.algorithm : SwapStrategy).
I have no confidence about naming.
Please let me know if you have any idea :)
Perhaps I'm just missing something but calling spinner_.finish(); the output of the spinner is still displayed with the message/last tick. Is there a way to clear this?
Example:
Loading
source-keephdalive-locations.lst => 79%
source-keephdalive-writer.lst No Coverage!
Coverage over 2 files: 39%
I want the Loading \ line cleared so it does not appear in subsequent output.
Other than that this is a great module! Thanks!
The text was updated successfully, but these errors were encountered: