maincopy-cli 0.1.0

Operator command-line client for the Maincopy administration API
Documentation
1
2
3
4
#[tokio::main(flavor = "current_thread")]
async fn main() -> std::process::ExitCode {
    maincopy_cli::run().await
}