1 2 3 4 5 6 7
use clap::Parser; use shc_lib::client::{client, ClientCli}; #[tokio::main] async fn main() { client(ClientCli::parse()).await }