Open tareknaser opened 7 months ago
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.
ark-cli
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 toark-cli
for formatting and printing only.