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
We should make sure that ark-cli is the sole crate responsible for command-line print statements.
All functionality should be handled by other crates, with results passed to ark-cli for formatting and printing only.
The text was updated successfully, but these errors were encountered:
Description
We should make sure that
ark-cli
is the sole crate responsible for command-line print statements.All functionality should be handled by other crates, with results passed to
ark-cli
for formatting and printing only.The text was updated successfully, but these errors were encountered: