orb8-cli 0.0.6

Command-line interface for orb8
Documentation
1
2
3
4
#[tokio::main]
async fn main() -> anyhow::Result<()> {
    orb8_cli::run().await
}