You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now most of these tasks just do puts "message". Then they have a quiet flag set to silence this output. We should move this to IO management so we can just set the IO to whatever we want instead of passing around a flag all over
The text was updated successfully, but these errors were encountered:
Right now most of these tasks just do
puts "message"
. Then they have aquiet
flag set to silence this output. We should move this to IO management so we can just set the IO to whatever we want instead of passing around a flag all overThe text was updated successfully, but these errors were encountered: