AshlinHarris / Spinners.jl

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

Macros should call a backend function #11

Closed AshlinHarris closed 1 year ago

AshlinHarris commented 1 year ago

This should reduce repeated code and make things more understandable. My concern is that this will change the scope of the user's input function, which could have unintended results.