AshlinHarris / Spinners.jl

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

Accept symbol-only args #160

Closed AshlinHarris closed 1 year ago

AshlinHarris commented 1 year ago

Running @spinner :dots :rand and @spinner :rand :dots are now supported. The default user function (sleep(4)) is assumed.