AshlinHarris / Spinners.jl

Command line spinners in Julia with Unicode support
MIT License
14 stars 1 forks source link

`msg` gets appended to `SPINNERS` elements #137

Closed AshlinHarris closed 1 year ago

AshlinHarris commented 1 year ago

Example:

 @spinner :clock "Loading..." sleep(1)
 @spinner :clock "Loading..." sleep(1)
 @spinner :clock "Loading..." sleep(1)
 @spinner :clock "Loading..." sleep(1)
AshlinHarris commented 1 year ago

Only Vector{String} elements are affected.

AshlinHarris commented 1 year ago

A copy of the vector should be sent instead.

AshlinHarris commented 1 year ago

138