AshlinHarris / Spinners.jl

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

Add success (or failure) symbol #97

Closed AshlinHarris closed 1 year ago

AshlinHarris commented 1 year ago

Spinners can now have a finishing status, during which a final symbol could be displayed (✅, ❌, etc.). Of course, Spinners don't currently check the results of the user's expression or account for user errors (#62).