ARK-Builders / ark-core

The core of the ARK framework
MIT License
4 stars 4 forks source link

Centralize Command-Line Output in `ark-cli` #28

Open tareknaser opened 7 months ago

tareknaser commented 7 months ago

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.