AshlinHarris / Spinners.jl

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

REPL output not shown #111

Closed AshlinHarris closed 1 year ago

AshlinHarris commented 1 year ago

Example: @spinner 2+2. The REPL always runs commands with @show, but this isn't the case for functions that are run inside the @spinner macro.